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