mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
typo
This commit is contained in:
parent
fb2805e5ab
commit
a124a71032
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ else
|
|||
fi
|
||||
|
||||
local -i in_z4h_wizard=0
|
||||
[[ $force == 0 && $functions[z4h] == 1 && -n $Z4H && -e $Z4H/welcome ]] && in_z4h_wizard=1
|
||||
[[ $force == 0 && $+functions[z4h] == 1 && -n $Z4H && -e $Z4H/welcome ]] && in_z4h_wizard=1
|
||||
|
||||
local -i success=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue