diff options
Diffstat (limited to '')
-rwxr-xr-x | prompt.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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" |