From 2ac463bf1706d161ac364cb150ca727c170f0f4b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 22 Sep 2022 12:49:49 +0200 Subject: [PATCH] [Emacs] Only load powerline-eshell on my main computer --- org/config/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 87931a4..288eb6c 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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