mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
@@ -45,8 +45,8 @@ setopt prompt_subst
|
||||
# See if we can use colors.
|
||||
autoload zsh/terminfo
|
||||
for color in RED GREEN YELLOW BLUE MAGENTA CYAN WHITE GREY; do
|
||||
typeset PR_$color="%{$terminfo[bold]$fg[${(L)color}]%}"
|
||||
typeset PR_LIGHT_$color="%{$fg[${(L)color}]%}"
|
||||
typeset -g PR_$color="%{$terminfo[bold]$fg[${(L)color}]%}"
|
||||
typeset -g PR_LIGHT_$color="%{$fg[${(L)color}]%}"
|
||||
done
|
||||
PR_NO_COLOUR="%{$terminfo[sgr0]%}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user