diff options
author | Michael Allen <michael@michaelallen.io> | 2015-10-27 10:45:42 +0000 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-10-27 10:45:42 +0000 |
commit | 47addd8b811e77f3be815fea56bcaeddd89edea0 (patch) | |
tree | 611ef993dd3c37aeb510495ce58ddcb41563805c /git-radar | |
parent | 934f6fd5b317476e7680bfd07dc2b685b5c37c4d (diff) | |
parent | 225de5490a49e92ea34326226308159e93b6b80d (diff) | |
download | git-sonar-47addd8b811e77f3be815fea56bcaeddd89edea0.tar.gz git-sonar-47addd8b811e77f3be815fea56bcaeddd89edea0.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-x | git-radar | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |