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