fix pattern coloration for azure defined classes
This commit is contained in:
parent
4dca4bdfbb
commit
0c28fec137
2 changed files with 30 additions and 2 deletions
|
@ -4655,6 +4655,7 @@ prompt_azure() {
|
|||
fi
|
||||
local pat class state
|
||||
for pat class in "${_POWERLEVEL9K_AZURE_CLASSES[@]}"; do
|
||||
name="${_p9k__cache_val[1]//\%/%%}"
|
||||
if [[ $name == ${~pat} ]]; then
|
||||
[[ -n $class ]] && state=_${${(U)class}//İ/I}
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue