summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-19 10:50:23 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-19 10:50:23 +0100
commit61b5a9c87d77380c57f5349bc43cefa0f4415c4f (patch)
treedea5014649815acc957858daef19c46cbe2a72b3 /prompt.zsh
parentd5dbddf68c45dfff380d6e6767de401054024a19 (diff)
downloadgit-sonar-61b5a9c87d77380c57f5349bc43cefa0f4415c4f.tar.gz
git-sonar-61b5a9c87d77380c57f5349bc43cefa0f4415c4f.zip
Rename to git-radar
Diffstat (limited to '')
-rwxr-xr-xprompt.zsh2
1 files changed, 1 insertions, 1 deletions
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