summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2013-11-13 13:28:44 -0800
committerRobby Russell <robby@planetargon.com>2013-11-13 13:28:44 -0800
commit7a7eda1287a6862e8d7d14a0dbd47018a787ad14 (patch)
tree4500ace24ef2b48e24d2ae7faf1ebbb3a4670b06 /themes/agnoster.zsh-theme
parent1cc19063472064f7d1f11047982553e08adf9570 (diff)
parent5718d2b688e1711cdc571fa0ab39871dd4e5bb48 (diff)
downloadzsh-7a7eda1287a6862e8d7d14a0dbd47018a787ad14.tar.gz
zsh-7a7eda1287a6862e8d7d14a0dbd47018a787ad14.tar.bz2
zsh-7a7eda1287a6862e8d7d14a0dbd47018a787ad14.zip
Merge pull request #2219 from Profpatsch/theme-agnoster
Forgot one symbol for hg.
Diffstat (limited to 'themes/agnoster.zsh-theme')
-rw-r--r--themes/agnoster.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme
index 2836de4b7..762f63c5b 100644
--- a/themes/agnoster.zsh-theme
+++ b/themes/agnoster.zsh-theme
@@ -124,7 +124,7 @@ prompt_hg() {
else
prompt_segment green black
fi
- echo -n " $rev@$branch" $st
+ echo -n "☿ $rev@$branch" $st
fi
fi
}