about summary refs log tree commit diff
path: root/emacs.d/init-eshell.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init-eshell.el')
-rw-r--r--emacs.d/init-eshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/init-eshell.el b/emacs.d/init-eshell.el
index 4a520c3a86f2..239a9980ce3e 100644
--- a/emacs.d/init-eshell.el
+++ b/emacs.d/init-eshell.el
@@ -15,7 +15,7 @@
   (setq eshell-path-env (concat
 			 "/usr/local/bin:"
 			 (concat home-dir "/bin:")
-			 "/usr/local/share/python"
+			 "/usr/local/share/python:"
 			 eshell-path-env))
 
   (setenv "PATH" eshell-path-env))