mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-23 12:40:08 +00:00
fix a silly bug introduced in the last commit (#2534)
This commit is contained in:
parent
651033c3df
commit
f5d5abfe1f
1 changed files with 1 additions and 1 deletions
|
@ -2321,7 +2321,7 @@ prompt_laravel_version() {
|
|||
# In some versions the output is colorized.
|
||||
# https://github.com/romkatv/powerlevel10k/issues/2534
|
||||
v=${${v#$'\e['<->m}%$'\e['<->m}
|
||||
_p9k_cache_stat_set "${${(M)v:#Laravel Framework *}#Laravel Framework }"
|
||||
_p9k_cache_stat_set "$v"
|
||||
fi
|
||||
[[ -n $_p9k__cache_val[1] ]] || return
|
||||
_p9k_prompt_segment "$0" "maroon" "white" 'LARAVEL_ICON' 0 '' "${_p9k__cache_val[1]//\%/%%}"
|
||||
|
|
Loading…
Reference in a new issue