summaryrefslogtreecommitdiffstats
path: root/radar-base.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-09-17 10:55:09 +0100
committerMichael Allen <michael@michaelallen.io>2015-09-17 10:55:09 +0100
commitd2c7ed085ff711a9f34fc1b0f521bcde253f19c5 (patch)
tree06f6cba4956a5b1b74d0893b701647562af64ad0 /radar-base.sh
parent7fd5ee18bb412e3ee4db694f551a9b9421e18f89 (diff)
downloadgit-sonar-d2c7ed085ff711a9f34fc1b0f521bcde253f19c5.tar.gz
git-sonar-d2c7ed085ff711a9f34fc1b0f521bcde253f19c5.zip
Add prefix and suffixing to remote diff render
Diffstat (limited to '')
-rwxr-xr-xradar-base.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/radar-base.sh b/radar-base.sh
index be92bb2..9e233ea 100755
--- a/radar-base.sh
+++ b/radar-base.sh
@@ -499,8 +499,8 @@ render_prompt() {
sed_pre="%{\(\([^%^{^}]*\)\:\)\{0,1\}"
sed_post="\(\:\([^%^{^}]*\)\)\{0,1\}}"
- if [[ $output =~ ^.*%{remote}.*$ ]]; then
- remote_sed="s/%{remote}/$(color_remote_commits)/"
+ if [[ $output =~ ${if_pre}remote${if_post} ]]; then
+ remote_sed="s/${sed_pre}remote${sed_post}/\2$(color_remote_commits)\4/"
fi
if [[ $PROMPT_FORMAT =~ ${if_pre}branch${if_post} ]]; then
branch_sed="s/${sed_pre}branch${sed_post}/\2$(readable_branch_name)\4/"