Use black background instead of manutally specified colors for command divider
This commit is contained in:
parent
fc6eed5b25
commit
83f54375a7
1 changed files with 1 additions and 2 deletions
3
zshrc
3
zshrc
|
@ -50,7 +50,7 @@ precmd_separator_info()
|
|||
for (( i=0; $i < $filler; i++)); do
|
||||
pstr="${pstr}-"
|
||||
done
|
||||
print -P "%{\e[38;5;240m%}$pstr$time%{\e[0m%}"
|
||||
print -P "%K{black}$pstr$time%k"
|
||||
}
|
||||
|
||||
precmd_git_rprompt()
|
||||
|
@ -149,7 +149,6 @@ zstyle ':completion:*:cd:*' ignore-parents parent pwd
|
|||
# Expand partial paths
|
||||
zstyle ':completion:*' expand 'yes'
|
||||
|
||||
|
||||
###
|
||||
# FUNCTIONS
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue