summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgit-radar2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-radar b/git-radar
index bce4480..d26dae8 100755
--- a/git-radar
+++ b/git-radar
@@ -4,6 +4,8 @@ dot="$(cd "$(dirname "$0")"; pwd)"
command="$1"
+nohup $dot/fetch.sh >/dev/null &
+
if [[ "$command" == "--zsh" ]]; then
$dot/prompt.zsh
fi