mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-03 04:33:16 +02:00
powerlevel-9k: ocd swap out of ' to "
This commit is contained in:
parent
ad10bff2ec
commit
d71b1a2c21
@ -29,8 +29,8 @@ RIGHT_SEGMENT_SEPARATOR=''
|
||||
|
||||
setopt prompt_subst
|
||||
autoload -Uz vcs_info
|
||||
zstyle ':vcs_info:*' stagedstr ' %F{black}✚%f'
|
||||
zstyle ':vcs_info:git:*' unstagedstr ' %F{black}●%f'
|
||||
zstyle ':vcs_info:*' stagedstr " %F{black}✚%f"
|
||||
zstyle ':vcs_info:git:*' unstagedstr " %F{black}●%f"
|
||||
zstyle ':vcs_info:git*' actionformats " %b %F{red}| %a%f"
|
||||
zstyle ':vcs_info:git*' formats " %b%c%u%m"
|
||||
zstyle ':vcs_info:*' check-for-changes true
|
||||
|
Loading…
Reference in New Issue
Block a user