mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Mercurial-Bookmarks should also appear in the current foreground color.
This commit is contained in:
parent
bff8bbdb80
commit
abed8905f4
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ function +vi-git-stash() {
|
||||||
|
|
||||||
function +vi-hg-bookmarks() {
|
function +vi-hg-bookmarks() {
|
||||||
if [[ -n "${hgbmarks[@]}" ]]; then
|
if [[ -n "${hgbmarks[@]}" ]]; then
|
||||||
hook_com[hg-bookmark-string]=" $VCS_BOOKMARK_ICON ${hgbmarks[@]}"
|
hook_com[hg-bookmark-string]=" %F{$VCS_FOREGROUND_COLOR}$VCS_BOOKMARK_ICON${hgbmarks[@]}%f"
|
||||||
|
|
||||||
# And to signal, that we want to use the sting we just generated,
|
# And to signal, that we want to use the sting we just generated,
|
||||||
# set the special variable `ret' to something other than the default
|
# set the special variable `ret' to something other than the default
|
||||||
|
|
Loading…
Reference in a new issue