mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
'themes/steeef.zsh-theme: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
@@ -19,7 +19,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 [[ $terminfo[colors] -ge 256 ]]; then
|
if [[ $terminfo[colors] -ge 256 ]]; then
|
||||||
turquoise="%F{81}"
|
turquoise="%F{81}"
|
||||||
orange="%F{166}"
|
orange="%F{166}"
|
||||||
|
|||||||
Reference in New Issue
Block a user