mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Yet another try to get zsh to de-dup $PATH
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user