[Emacs] Only load powerline-eshell on my main computer

This commit is contained in:
Lucien Cartier-Tilet 2022-09-22 12:49:49 +02:00
parent f902b6fc92
commit 2ac463bf17
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -3513,6 +3513,7 @@ Powerline prompts are nice, git-aware prompts are even better!
that.
#+begin_src emacs-lisp
(use-package powerline-eshell
:if (string= (string-trim (shell-command-to-string "uname -n")) "leon")
:load-path "~/fromGIT/emacs-packages/powerline-eshell.el/"
:after eshell)
#+end_src