Yet another try to get zsh to de-dup $PATH
This commit is contained in:
parent
339af1b4b2
commit
be0a524e23
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ _ksi_deferred_init() {
|
|||
fi
|
||||
builtin unfunction _ksi_s_is_ok
|
||||
# Ensure PATH has no duplicate entries
|
||||
builtin typeset -U path PATH
|
||||
builtin typeset -gxU PATH="$PATH"
|
||||
fi
|
||||
builtin unset KITTY_IS_CLONE_LAUNCH KITTY_CLONE_SOURCE_STRATEGIES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue