summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-07-02 23:36:07 +0900
committerSean Whitton <spw+git@sdf.org>2014-07-02 23:36:07 +0900
commit7c1328427168f9525ea80a09173706bcceccd52f (patch)
treef8d4f86c38b0cceef5b880047eb0a40ead67d5c4 /.emacs.d/eshell
parent572088674dcbad424a94da7443254c1f2b382b88 (diff)
downloaddotfiles-7c1328427168f9525ea80a09173706bcceccd52f.tar.gz
fix sudo from eshell
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
index 182b31fa..349e1011 100644
--- a/.emacs.d/eshell/profile
+++ b/.emacs.d/eshell/profile
@@ -5,3 +5,7 @@ export TERM=vt100
# eshell knows what to do. Without these lines we get lots of garbage
export EDITOR=emacsclient
export VISUAL=emacsclient
+
+# add to the path
+addpath /usr/sbin
+addpath /home/swhitton/local/bin