diff --git a/zsh/zshenv b/zsh/zshenv index bd61166..1460639 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -74,13 +74,13 @@ cdpath=( # Set the list of directories that Zsh searches for programs. path=( + $path + # miniconda /opt/miniconda3/bin # yarn $HOME/.yarn/bin $HOME/.config/yarn/global/node_modules/.bin - - $path ) export -U PATH