From 6c0e6b44872d08b83a54e9f442551992b8d2b5a2 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Tue, 25 Aug 2015 12:06:15 +0100 Subject: Make fetches run async in the background --- git-radar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3