summaryrefslogtreecommitdiffstats
path: root/radar-base.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-30 16:46:28 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-30 16:46:28 +0100
commit0a471db63edcb0ba1fcfb6792e51b791de3fcb81 (patch)
treed34eabde44bc12b7a00d7f6b7bf2a80dd0ecbab8 /radar-base.sh
parent5b5c784e6caf83652d92532f426f3f8d40836b21 (diff)
downloadgit-sonar-0a471db63edcb0ba1fcfb6792e51b791de3fcb81.tar.gz
git-sonar-0a471db63edcb0ba1fcfb6792e51b791de3fcb81.zip
Move autoload back to prompt.zsh to make testing easier
Diffstat (limited to 'radar-base.sh')
-rwxr-xr-xradar-base.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/radar-base.sh b/radar-base.sh
index 700ec22..b2ecd38 100755
--- a/radar-base.sh
+++ b/radar-base.sh
@@ -25,8 +25,6 @@ prepare_bash_colors() {
}
prepare_zsh_colors() {
- autoload colors && colors
-
COLOR_REMOTE_AHEAD="%{${GIT_RADAR_COLOR_REMOTE_AHEAD:-$fg_bold[green]}%}"
COLOR_REMOTE_BEHIND="%{${GIT_RADAR_COLOR_REMOTE_BEHIND:-$fg_bold[red]}%}"
COLOR_REMOTE_DIVERGED="%{${GIT_RADAR_COLOR_REMOTE_DIVERGED:-$fg_bold[yellow]}%}"