about summary refs log tree commit diff
path: root/init-eshell.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-10-17T12·17+0200
committerVincent Ambo <vincent@spotify.com>2013-10-17T12·17+0200
commit2acc9f23fa214d4b661387c17d4c19312eb49c35 (patch)
tree05e5d9b7742d00626220562462905c041e0bf552 /init-eshell.el
parentcbecd5031d57528c39b61e16f2aad850f40b49a1 (diff)
Cleanup and evil setup
Removed several functions from init-functions that I didn't
actually use.

Lots of other cleanup.

The variable "is-vim-user" in init.el controls whether or not
evil packages should be installed and configured.
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:"