mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
trapd00r: change more slowly between yellows
Also refactor the logic
This commit is contained in:
parent
3d1719c618
commit
b4c8b60bb4
@ -59,16 +59,15 @@ zsh_path() {
|
||||
else
|
||||
print -Pn "\e[31;1m /"
|
||||
fi
|
||||
(( i++ ))
|
||||
continue
|
||||
else
|
||||
if [[ $colors -ge 256 ]]; then
|
||||
print -Pn "${yellow[$i]:-%f} » "
|
||||
else
|
||||
print -Pn "%F{yellow} > "
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ $colors -ge 256 ]]; then
|
||||
print -Pn "${yellow[$i]:-%f} » "
|
||||
else
|
||||
print -Pn "%F{yellow} > "
|
||||
fi
|
||||
(( i += 6 ))
|
||||
(( i++ ))
|
||||
else
|
||||
if [[ $colors -ge 256 ]]; then
|
||||
print -Pn "%F{065}$c"
|
||||
|
Loading…
Reference in New Issue
Block a user