From 2acf45b2de0a89fa6a322343a510fc9dc2c34b35 Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Thu, 8 May 2014 17:40:35 +0100
Subject: zsh: Hide output of magit and dired commands

---
 tag-zsh/config/zsh/zshrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'tag-zsh/config')

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 () {
-- 
cgit 1.4.1