mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-01-22 22:45:37 +01:00
survive ancient zsh in PATH (run wizard.zsh from a fork)
This commit is contained in:
parent
e67ad0fe38
commit
183ec8ff6e
3 changed files with 40 additions and 56 deletions
|
|
@ -63,11 +63,8 @@ function p9k_configure() {
|
|||
emulate -L zsh
|
||||
setopt no_hist_expand extended_glob
|
||||
(
|
||||
local p=("${(@)parameters[(I)AWESOME_*|CODEPOINT_*]}")
|
||||
if (( $#p )); then
|
||||
typeset -x -- $p
|
||||
fi
|
||||
$__p9k_root_dir/internal/wizard.zsh -d $__p9k_root_dir -f
|
||||
set -- -f
|
||||
source $__p9k_root_dir/internal/wizard.zsh
|
||||
)
|
||||
local ret=$?
|
||||
case $ret in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue