Commit a414bb3e authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

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


Signed-off-by: default avatarPatrick José Pereira <patrickelectric@gmail.com>
parent c362da88
...@@ -17,7 +17,7 @@ setopt prompt_subst ...@@ -17,7 +17,7 @@ setopt prompt_subst
autoload -U add-zsh-hook autoload -U add-zsh-hook
autoload -Uz vcs_info autoload -Uz vcs_info
#use extended color pallete if available #use extended color palette if available
if [[ $TERM = *256color* || $TERM = *rxvt* ]]; then if [[ $TERM = *256color* || $TERM = *rxvt* ]]; then
turquoise="%F{81}" turquoise="%F{81}"
orange="%F{166}" orange="%F{166}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment