diff options
Diffstat (limited to 'init-eshell.el')
-rw-r--r-- | init-eshell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-eshell.el b/init-eshell.el index 73ec85a565dc..69c710486530 100644 --- a/init-eshell.el +++ b/init-eshell.el @@ -12,6 +12,7 @@ "/usr/local/bin:" (concat home-dir "/bin:") "/usr/local/share/python:" + "/opt/java/bin" eshell-path-env)) (setenv "PATH" eshell-path-env)) |