summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-21 19:35:12 +0900
committerSean Whitton <spwhitton@spwhitton.name>2014-12-21 19:35:12 +0900
commit4b25d4cb31a888fd7ca19fd8d4a04e7a66515d96 (patch)
tree3acb3419aa95faa3b7bba76e360991835de70501 /.emacs.d/eshell
parent8f8bb4d769012037d115783e35434490c648b26e (diff)
downloaddotfiles-4b25d4cb31a888fd7ca19fd8d4a04e7a66515d96.tar.gz
hide useless output I get everytime eshell starts
Diffstat (limited to '.emacs.d/eshell')
-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