Browse Source

'themes/steeef.zsh-theme: Solve typos'

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Patrick José Pereira 7 years ago
parent
commit
0c7bb4de0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/steeef.zsh-theme

+ 1 - 1
themes/steeef.zsh-theme

@@ -19,7 +19,7 @@ setopt prompt_subst
 autoload -U add-zsh-hook
 autoload -Uz vcs_info
 
-#use extended color pallete if available
+#use extended color palette if available
 if [[ $terminfo[colors] -ge 256 ]]; then
     turquoise="%F{81}"
     orange="%F{166}"