[Emacs] Only load powerline-eshell on my main computer
This commit is contained in:
parent
f902b6fc92
commit
2ac463bf17
@ -3513,6 +3513,7 @@ Powerline prompts are nice, git-aware prompts are even better!
|
|||||||
that.
|
that.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package powerline-eshell
|
(use-package powerline-eshell
|
||||||
|
:if (string= (string-trim (shell-command-to-string "uname -n")) "leon")
|
||||||
:load-path "~/fromGIT/emacs-packages/powerline-eshell.el/"
|
:load-path "~/fromGIT/emacs-packages/powerline-eshell.el/"
|
||||||
:after eshell)
|
:after eshell)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user