mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
fix a typo: ${x:-} => ${x:--}
This commit is contained in:
parent
9a47e80ff9
commit
aceb1c5c77
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# Note: leading spaces before `local` are important. Otherwise Antigen will remove `local` (!!!).
|
||||
typeset -gr __p9k_intro_base='emulate -L zsh -o no_hist_expand -o extended_glob -o no_prompt_bang -o prompt_percent -o no_prompt_subst -o no_aliases -o no_bg_nice -o typeset_silent
|
||||
trap "" INT
|
||||
trap "trap ${(q)__p9k_trapint:-} INT" EXIT
|
||||
trap "trap ${(q)__p9k_trapint:--} INT" EXIT
|
||||
local -a match mbegin mend
|
||||
local -i MBEGIN MEND OPTIND
|
||||
local MATCH OPTARG IFS=$'\'' \t\n\0'\'
|
||||
|
|
Loading…
Reference in a new issue