summaryrefslogtreecommitdiff
path: root/git-prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-prompt.sh')
-rwxr-xr-xgit-prompt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-prompt.sh b/git-prompt.sh
index f122038..e329e21 100755
--- a/git-prompt.sh
+++ b/git-prompt.sh
@@ -414,7 +414,7 @@ parse_git_status() {
added_files=()
modified_files=()
untracked_files=()
- freshness="$dim="
+ freshness="$dim"
unset branch status modified added clean init added mixed untracked op detached
# quoting hell
@@ -512,7 +512,7 @@ parse_git_status() {
if [[ $rawhex_len -gt 0 ]] ; then
rawhex=`git rev-parse HEAD 2>/dev/null`
rawhex=${rawhex/HEAD/}
- rawhex="$hex_vcs_color${rawhex:0:$rawhex_len}"
+ rawhex="=$hex_vcs_color${rawhex:0:$rawhex_len}"
else
rawhex=""
fi