mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
quote $foo when running with unknown options; fixes #453
This commit is contained in:
parent
c08d1e846b
commit
eb9da89ad9
5 changed files with 19 additions and 19 deletions
|
|
@ -59,7 +59,7 @@ function _p9k_can_configure() {
|
|||
}
|
||||
|
||||
function p9k_configure() {
|
||||
eval $__p9k_intro
|
||||
eval "$__p9k_intro"
|
||||
(
|
||||
set -- -f
|
||||
source $__p9k_root_dir/internal/wizard.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue