diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-03 13:22:45 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2017-01-03 13:22:45 -0700 |
commit | 46d819df1a131a482618c324099947580f40b276 (patch) | |
tree | 9176b3710b2a313b3bd7a12d5a44325cfe2be281 /themes/steeef.zsh-theme | |
parent | 0ebfa3a504a0a4de40154432918c5f8acb33bdae (diff) | |
parent | 9f8b2b42bdfee31bb06a93aa0e8b04411727ce58 (diff) | |
download | zsh-46d819df1a131a482618c324099947580f40b276.tar.gz zsh-46d819df1a131a482618c324099947580f40b276.tar.bz2 zsh-46d819df1a131a482618c324099947580f40b276.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'themes/steeef.zsh-theme')
-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}" |