浏览代码

'themes/half-life.zsh-theme: Solve typos'

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Patrick José Pereira 7 年之前
父节点
当前提交
a414bb3eb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/half-life.zsh-theme

+ 1 - 1
themes/half-life.zsh-theme

@@ -17,7 +17,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 [[ $TERM = *256color* || $TERM = *rxvt* ]]; then
     turquoise="%F{81}"
     orange="%F{166}"