summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-30 13:43:59 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-30 13:43:59 +0100
commit0133ca499824f4d41ef9bd9a847934bd66fa32cd (patch)
tree3b1bcda1e65b5bb498f6e9518ad017b31b33088e /prompt.zsh
parent3c7b0841158b23be74f796c84880ec01a91cc5ad (diff)
downloadgit-sonar-0133ca499824f4d41ef9bd9a847934bd66fa32cd.tar.gz
git-sonar-0133ca499824f4d41ef9bd9a847934bd66fa32cd.zip
Rename reset color and move color setup
Diffstat (limited to '')
-rwxr-xr-xprompt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt.zsh b/prompt.zsh
index a5ccba5..80c6f12 100755
--- a/prompt.zsh
+++ b/prompt.zsh
@@ -5,7 +5,7 @@ args=$@
source "$dot/radar-base.sh"
if is_repo; then
- autoload colors && colors
+ prepare_zsh_colors
printf '%s' "%{$fg_bold[black]%} git:(%{$reset_color%}"
if show_remote_status $args; then
zsh_color_remote_commits