From d630b1ea710b477423476a3561a2cf3f452e0c1f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 25 Jan 2022 17:24:10 -0800 Subject: [PATCH] [zsh] Remoe +X from .zshenv prepend_to_path autoload --- zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshenv b/zshenv index 72e59cc..d7bc359 100644 --- a/zshenv +++ b/zshenv @@ -8,7 +8,7 @@ unsetopt GLOBAL_RCS export SYS=`uname -s | tr A-Z a-z` fpath=("$HOME/.zsh/func" $fpath) -autoload -Uz +X prepend_to_path +autoload -Uz prepend_to_path autoload -Uz append_to_path autoload -Uz init_env autoload -Uz init_env_python