zsh: Hide output of magit and dired commands
Alan Pearce alan@alanpearce.co.uk
Thu, 08 May 2014 17:40:35 +0100
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -280,11 +280,11 @@ # Functions magit () { - emacsclient -e "(magit-status \"$PWD\")" + emacsclient -e "(magit-status \"$PWD\")" > /dev/null } dired () { - emacsclient -e "(dired \"$PWD\")" + emacsclient -e "(dired \"$PWD\")" > /dev/null } pid () {