p10k tweaks
This commit is contained in:
parent
34a7ffa8b4
commit
4f9bed5180
@ -201,7 +201,7 @@
|
|||||||
# Don't show the number of commits next to the ahead/behind arrows.
|
# Don't show the number of commits next to the ahead/behind arrows.
|
||||||
typeset -g POWERLEVEL9K_VCS_{COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=1
|
typeset -g POWERLEVEL9K_VCS_{COMMITS_AHEAD,COMMITS_BEHIND}_MAX_NUM=1
|
||||||
# Remove space between '⇣' and '⇡' and all trailing spaces.
|
# Remove space between '⇣' and '⇡' and all trailing spaces.
|
||||||
#typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${${${P9K_CONTENT/⇣* :⇡/⇣⇡}// }//:/ }'
|
typeset -g POWERLEVEL9K_VCS_CONTENT_EXPANSION='${${${P9K_CONTENT/⇣* :⇡/⇣⇡}// }//:/ }'
|
||||||
# Other icons
|
# Other icons
|
||||||
typeset -g POWERLEVEL9K_VCS_STASH_ICON='≡'
|
typeset -g POWERLEVEL9K_VCS_STASH_ICON='≡'
|
||||||
typeset -g POWERLEVEL9K_VCS_GIT_ICON='\uF126'
|
typeset -g POWERLEVEL9K_VCS_GIT_ICON='\uF126'
|
||||||
|
Loading…
Reference in New Issue
Block a user