summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtag-zsh/config/zsh/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index ce4b91f..2681962 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 () {