summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/eshell/profile')
-rw-r--r--.emacs.d/eshell/profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
index cba47307..d7b8e901 100644
--- a/.emacs.d/eshell/profile
+++ b/.emacs.d/eshell/profile
@@ -7,6 +7,6 @@ export EDITOR=emacsclient
export VISUAL=emacsclient
# add to the path
-addpath /usr/sbin
-addpath /sbin
-addpath /home/swhitton/local/bin
+addpath /usr/sbin >/dev/null
+addpath /sbin >/dev/null
+addpath /home/swhitton/local/bin >/dev/null