summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgit-radar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-radar b/git-radar
index 664a438..a5cd3c1 100755
--- a/git-radar
+++ b/git-radar
@@ -89,7 +89,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