diff options
Diffstat (limited to 'tag-zsh')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index ce4b91f8..26819621 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -280,11 +280,11 @@ fi # 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 () { |