summaryrefslogtreecommitdiffstats
path: root/radar-base.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-09-17 11:03:44 +0100
committerMichael Allen <michael@michaelallen.io>2015-09-17 11:11:48 +0100
commitb4a48dd6b781e357fc513b1f6dd668d8933f3660 (patch)
treeee96a38fc6c202ffa661b589ff9e31a2754a3256 /radar-base.sh
parentd2c7ed085ff711a9f34fc1b0f521bcde253f19c5 (diff)
downloadgit-sonar-b4a48dd6b781e357fc513b1f6dd668d8933f3660.tar.gz
git-sonar-b4a48dd6b781e357fc513b1f6dd668d8933f3660.zip
Switch zsh to use the new render prompt
Diffstat (limited to 'radar-base.sh')
-rwxr-xr-xradar-base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/radar-base.sh b/radar-base.sh
index 9e233ea..8a7faaf 100755
--- a/radar-base.sh
+++ b/radar-base.sh
@@ -65,7 +65,7 @@ prepare_zsh_colors() {
COLOR_BRANCH="%{${GIT_RADAR_COLOR_BRANCH:-$reset_color}%}"
MASTER_SYMBOL="${GIT_RADAR_MASTER_SYMBOL:-"%{$reset_color%}$italic_m%{$reset_color%}"}"
- PROMPT_FORMAT="${GIT_RADAR_FORMAT:-""}"
+ PROMPT_FORMAT="${GIT_RADAR_FORMAT:-" $fg_bold[grey]git:($reset_color%{remote}%{branch}%{local}$fg_bold[grey])$reset_color%{changes}"}"
RESET_COLOR_LOCAL="%{${GIT_RADAR_COLOR_LOCAL_RESET:-$reset_color}%}"
RESET_COLOR_REMOTE="%{${GIT_RADAR_COLOR_REMOTE_RESET:-$reset_color}%}"