summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-xprompt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.zsh b/prompt.zsh
index c2b175a..0604e75 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -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