summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-19 11:00:20 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-19 11:00:20 +0100
commit7d0e68ab04da8580cbf5617ff4491378f84befe0 (patch)
tree81cbbe7533ed4f1510945be7759225d1dcd37ead /git-radar
parent61b5a9c87d77380c57f5349bc43cefa0f4415c4f (diff)
downloadgit-sonar-7d0e68ab04da8580cbf5617ff4491378f84befe0.tar.gz
git-sonar-7d0e68ab04da8580cbf5617ff4491378f84befe0.zip
Auto fetch repos so I don't have to remember
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