diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-30 13:43:59 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-30 13:43:59 +0100 |
commit | 0133ca499824f4d41ef9bd9a847934bd66fa32cd (patch) | |
tree | 3b1bcda1e65b5bb498f6e9518ad017b31b33088e /prompt.zsh | |
parent | 3c7b0841158b23be74f796c84880ec01a91cc5ad (diff) | |
download | git-sonar-0133ca499824f4d41ef9bd9a847934bd66fa32cd.tar.gz git-sonar-0133ca499824f4d41ef9bd9a847934bd66fa32cd.zip |
Rename reset color and move color setup
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-x | prompt.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |