diff options
Diffstat (limited to 'themes/trapd00r.zsh-theme')
| -rwxr-xr-x | themes/trapd00r.zsh-theme | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/themes/trapd00r.zsh-theme b/themes/trapd00r.zsh-theme index a1db9945c..33579e728 100755 --- a/themes/trapd00r.zsh-theme +++ b/themes/trapd00r.zsh-theme @@ -59,16 +59,15 @@ zsh_path() {          else            print -Pn "\e[31;1m /"          fi -        (( i++ )) -        continue -      fi - -      if [[ $colors -ge 256 ]]; then -        print -Pn "${yellow[$i]:-%f} » "        else -        print -Pn "%F{yellow} > " +        if [[ $colors -ge 256 ]]; then +          print -Pn "${yellow[$i]:-%f} » " +        else +          print -Pn "%F{yellow} > " +        fi        fi -      (( i += 6 )) + +      (( i++ ))      else        if [[ $colors -ge 256 ]]; then          print -Pn "%F{065}$c" | 
