From 4b25d4cb31a888fd7ca19fd8d4a04e7a66515d96 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 21 Dec 2014 19:35:12 +0900 Subject: hide useless output I get everytime eshell starts --- .emacs.d/eshell/profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/eshell') 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 -- cgit v1.2.3