diff options
author | Patrick José Pereira <patrickelectric@gmail.com> | 2016-12-30 10:34:16 -0200 |
---|---|---|
committer | Patrick José Pereira <patrickelectric@gmail.com> | 2016-12-30 10:34:16 -0200 |
commit | a414bb3eb41c7bd2e50df3dd249dddb96d6f34d3 (patch) | |
tree | 4b071cd1d128e0cd8ef524f91c6c9e5c26696b23 /themes/half-life.zsh-theme | |
parent | c362da8813d8541a24e4f166400ea8e3fe7078dd (diff) | |
download | zsh-a414bb3eb41c7bd2e50df3dd249dddb96d6f34d3.tar.gz zsh-a414bb3eb41c7bd2e50df3dd249dddb96d6f34d3.tar.bz2 zsh-a414bb3eb41c7bd2e50df3dd249dddb96d6f34d3.zip |
'themes/half-life.zsh-theme: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'themes/half-life.zsh-theme')
-rw-r--r-- | themes/half-life.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/half-life.zsh-theme b/themes/half-life.zsh-theme index a3c505706..5f987099d 100644 --- a/themes/half-life.zsh-theme +++ b/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}" |