summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-05-08 17:40:35 +0100
committerAlan Pearce2014-05-08 17:40:35 +0100
commit2acf45b2de0a89fa6a322343a510fc9dc2c34b35 (patch)
treea8196671df116d5fd25c04c197e061541c32ee8f /tag-zsh
parent1530babebc6bef08bf379dac15613cb2f5c50949 (diff)
downloaddotfiles-2acf45b2de0a89fa6a322343a510fc9dc2c34b35.tar.lz
dotfiles-2acf45b2de0a89fa6a322343a510fc9dc2c34b35.tar.zst
dotfiles-2acf45b2de0a89fa6a322343a510fc9dc2c34b35.zip
zsh: Hide output of magit and dired commands
Diffstat (limited to 'tag-zsh')
-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 () {