summaryrefslogtreecommitdiffstats
path: root/prompt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xgit-radar (renamed from prompt)0
-rwxr-xr-xprompt.bash2
-rwxr-xr-xprompt.zsh2
3 files changed, 2 insertions, 2 deletions
diff --git a/prompt b/git-radar
index bce4480..bce4480 100755
--- a/prompt
+++ b/git-radar
diff --git a/prompt.bash b/prompt.bash
index e39a1b1..d577087 100755
--- a/prompt.bash
+++ b/prompt.bash
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
dot="$(cd "$(dirname "$0")"; pwd)"
-source "$dot/git-base.sh"
+source "$dot/radar-base.sh"
if is_repo; then
printf " \033[1;30mgit:(\033[0m"
diff --git a/prompt.zsh b/prompt.zsh
index 281d437..a7df79a 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -1,7 +1,7 @@
#! /usr/bin/env zsh
dot="$(cd "$(dirname "$0")"; pwd)"
-source "$dot/git-base.sh"
+source "$dot/radar-base.sh"
if is_repo; then
autoload colors && colors