mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
return of utf8 colors dot
This commit is contained in:
parent
185eb8f807
commit
a2ab3b8570
1 changed files with 3 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ autoload -Uz vcs_info
|
||||||
local localDate='%{$fg[white]%}$(date +%H:%M)%{$reset_color%}'
|
local localDate='%{$fg[white]%}$(date +%H:%M)%{$reset_color%}'
|
||||||
local userHost= #'[%n@%m] '
|
local userHost= #'[%n@%m] '
|
||||||
|
|
||||||
zstyle ':vcs_info:*' stagedstr '%F{green}+'
|
zstyle ':vcs_info:*' stagedstr '%F{green}●'
|
||||||
zstyle ':vcs_info:*' unstagedstr '%F{yellow}*'
|
zstyle ':vcs_info:*' unstagedstr '%F{yellow}●'
|
||||||
zstyle ':vcs_info:*' check-for-changes true
|
zstyle ':vcs_info:*' check-for-changes true
|
||||||
zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r'
|
zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r'
|
||||||
zstyle ':vcs_info:*' enable git svn
|
zstyle ':vcs_info:*' enable git svn
|
||||||
|
|
@ -53,7 +53,7 @@ precmd () {
|
||||||
if [[ -z $(git ls-files --other --exclude-standard 2> /dev/null) ]] {
|
if [[ -z $(git ls-files --other --exclude-standard 2> /dev/null) ]] {
|
||||||
zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{green}]'
|
zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{green}]'
|
||||||
} else {
|
} else {
|
||||||
zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}?%F{green}]'
|
zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{red}●%F{green}]'
|
||||||
}
|
}
|
||||||
|
|
||||||
vcs_info
|
vcs_info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue