diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-25 12:06:15 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-25 12:06:15 +0100 |
commit | 6c0e6b44872d08b83a54e9f442551992b8d2b5a2 (patch) | |
tree | 7a1a68ad34000a289a77d213a4e9b809cb573d94 | |
parent | 69406ea2fe3183abc7e94c3cb2f0cf378f7c2477 (diff) | |
download | git-sonar-6c0e6b44872d08b83a54e9f442551992b8d2b5a2.tar.gz git-sonar-6c0e6b44872d08b83a54e9f442551992b8d2b5a2.zip |
Make fetches run async in the background
Diffstat (limited to '')
-rwxr-xr-x | git-radar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ while [[ $# > 0 ]];do shift if [[ "$command" == "--fetch" ]]; then - $dot/fetch.sh + nohup $dot/fetch.sh >/dev/null & fi if [[ "$command" == "--zsh" ]]; then $dot/prompt.zsh |