summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-25 12:06:15 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-25 12:06:15 +0100
commit6c0e6b44872d08b83a54e9f442551992b8d2b5a2 (patch)
tree7a1a68ad34000a289a77d213a4e9b809cb573d94
parent69406ea2fe3183abc7e94c3cb2f0cf378f7c2477 (diff)
downloadgit-sonar-6c0e6b44872d08b83a54e9f442551992b8d2b5a2.tar.gz
git-sonar-6c0e6b44872d08b83a54e9f442551992b8d2b5a2.zip
Make fetches run async in the background
Diffstat (limited to '')
-rwxr-xr-xgit-radar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-radar b/git-radar
index 8b1d57a..349d4f0 100755
--- a/git-radar
+++ b/git-radar
@@ -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