about summary refs log tree commit diff
path: root/init-eshell.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-06-15T10·22+0200
committerVincent Ambo <vincent@spotify.com>2014-06-15T10·22+0200
commitbbe5e31268640900296822815e1b7476a1e0968a (patch)
treed05f726a4458b3f74ae4925d78676b93cbbb454e /init-eshell.el
parent0ae66bb85e43ccf06ec3e0c4a9738b467e125f08 (diff)
Various updates #2
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 73ec85a565dc..69c710486530 100644
--- a/init-eshell.el
+++ b/init-eshell.el
@@ -12,6 +12,7 @@
 			 "/usr/local/bin:"
 			 (concat home-dir "/bin:")
 			 "/usr/local/share/python:"
+                         "/opt/java/bin"
 			 eshell-path-env))
 
   (setenv "PATH" eshell-path-env))