summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
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