diff options
Diffstat (limited to '')
-rwxr-xr-x | prompt.bash | 2 | ||||
-rwxr-xr-x | prompt.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/prompt.bash b/prompt.bash index 444ad7a..1709ae2 100755 --- a/prompt.bash +++ b/prompt.bash @@ -2,7 +2,7 @@ dot="$(cd "$(dirname "$0")"; pwd)" args=$@ -source "$dot/radar-base.sh" +source "$dot/sonar-base.sh" if is_repo; then prepare_bash_colors @@ -2,7 +2,7 @@ dot="$(cd "$(dirname "$0")"; pwd)" args=$@ -source "$dot/radar-base.sh" +source "$dot/sonar-base.sh" if is_repo; then autoload colors && colors |