zsh: Hide output of magit and dired commands
1 file 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 () {