summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-radar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-radar b/git-radar
index f194557..9361ba6 100755
--- a/git-radar
+++ b/git-radar
@@ -77,7 +77,7 @@ while [[ $# > 0 ]];do
shift
if [[ "$command" == "--fetch" ]]; then
- nohup $dot/fetch.sh >/dev/null &
+ nohup $dot/fetch.sh >/dev/null 2>&1 &
fi
if [[ "$command" == "--zsh" ]]; then
$dot/prompt.zsh