about summary refs log tree commit diff
path: root/init-eshell.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-eshell.el')
-rw-r--r--init-eshell.el2
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:"