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 | 0c7bb4de0dd4a13f4d53bc60c38061087ecea6ee (patch) | |
tree | effe5272b5909eecc4fc6c88dda3f0297afed32c /themes | |
parent | 747b6ec5f76371ff7742402bc18fb75902f19a78 (diff) | |
download | zsh-0c7bb4de0dd4a13f4d53bc60c38061087ecea6ee.tar.gz zsh-0c7bb4de0dd4a13f4d53bc60c38061087ecea6ee.tar.bz2 zsh-0c7bb4de0dd4a13f4d53bc60c38061087ecea6ee.zip |
'themes/steeef.zsh-theme: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/steeef.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/steeef.zsh-theme b/themes/steeef.zsh-theme index 13dc3ad2f..b72a41c92 100644 --- a/themes/steeef.zsh-theme +++ b/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}" |