summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-10-27 10:45:42 +0000
committerMichael Allen <michael@michaelallen.io>2015-10-27 10:45:42 +0000
commit47addd8b811e77f3be815fea56bcaeddd89edea0 (patch)
tree611ef993dd3c37aeb510495ce58ddcb41563805c /git-radar
parent934f6fd5b317476e7680bfd07dc2b685b5c37c4d (diff)
parent225de5490a49e92ea34326226308159e93b6b80d (diff)
downloadgit-sonar-0.5.tar.gz
git-sonar-0.5.zip
Merge pull request #70 from hallzy/masterv0.5
Added feature that let's you specify how often to fetch
Diffstat (limited to 'git-radar')
-rwxr-xr-xgit-radar2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-radar b/git-radar
index a8dd72e..f736e41 100755
--- a/git-radar
+++ b/git-radar
@@ -95,9 +95,11 @@ while [[ $# > 0 ]];do
if [[ "$command" == "--fetch" ]]; then
nohup $dot/fetch.sh >/dev/null 2>&1 &
fi
+
if [[ "$command" == "--zsh" ]]; then
$dot/prompt.zsh $args
fi
+
if [[ "$command" == "--bash" || "$command" == "--fish" ]]; then
$dot/prompt.bash $args
fi