about summary refs log tree commit diff
path: root/init-eshell.el
diff options
context:
space:
mode:
authorvincent@spotify.com <vincent@Vincents-MacBook-Pro.local>2013-08-19T00·40+0200
committervincent@spotify.com <vincent@Vincents-MacBook-Pro.local>2013-08-19T00·40+0200
commit867a87387c8232c48170c045d13a556a1d68fe3a (patch)
tree3d37741dd1aeba24f747f5ef8711749e366ce057 /init-eshell.el
parentb007f3d0ff15c8e0c7b1fbf752386791ee69b7ae (diff)
Typo in modes file, Postgres.app PATH changes
Diffstat (limited to 'init-eshell.el')
-rw-r--r--init-eshell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init-eshell.el b/init-eshell.el
index 77f99e551a..66ee951315 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:"