diff options
Diffstat (limited to 'init-eshell.el')
-rw-r--r-- | init-eshell.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init-eshell.el b/init-eshell.el index 66ee9513151f..912f8ee82bd9 100644 --- a/init-eshell.el +++ b/init-eshell.el @@ -11,9 +11,7 @@ (defun eshell-mode-hook-setup () "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:" |