all repos — nixfiles @ 2acf45b2de0a89fa6a322343a510fc9dc2c34b35

System and user configuration, managed by nix and home-manager

zsh: Hide output of magit and dired commands

Alan Pearce
commit

2acf45b2de0a89fa6a322343a510fc9dc2c34b35

parent

1530babebc6bef08bf379dac15613cb2f5c50949

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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 () {