Use black background instead of manutally specified colors for command divider

This commit is contained in:
Eryn Wells 2012-04-10 10:04:09 -07:00
parent fc6eed5b25
commit 83f54375a7

3
zshrc
View file

@ -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
###