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 77f99e551a14..66ee9513151f 100644 --- a/init-eshell.el +++ b/init-eshell.el @@ -13,6 +13,7 @@ "Sets up EShell when it is loaded" (setq eshell-path-env (concat + "/Applications/Postgres.app/Contents/MacOS/bin:" "/usr/local/bin:" (concat home-dir "/bin:") "/usr/local/share/python:" |