diff options
| -rwxr-xr-x | git-radar | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
