diff --git a/zsh/main.zsh b/zsh/main.zsh index dd0bb3f..2adcd3b 100644 --- a/zsh/main.zsh +++ b/zsh/main.zsh @@ -15,7 +15,7 @@ config_files=(${config_files:#$DOTFILES/zsh/main.zsh}) # remove duplicate entries from $PATH typeset -U PATH path -path=("$HOME/bin" "$DOTFILES/bin" "$HOME/.local/bin" $path "/opt/homebrew/sbin" "/opt/homebrew/bin" "$HOME/.cargo/bin") +path=("$HOME/bin" "$DOTFILES/bin" "$HOME/.local/bin" "/opt/homebrew/sbin" "/opt/homebrew/bin" "$HOME/.cargo/bin" $path) # load the path files for file in ${(M)config_files:#*/path.zsh} ; do