[zsh] Clear $path before adding my own directories to it

This commit is contained in:
Eryn Wells 2024-09-26 16:38:05 -07:00
parent 734ab0a7a5
commit db20fc1b14

View file

@ -4,6 +4,7 @@ autoload -Uz update-path
function init-env-path
{
path=()
update-path \
"$HOME/bin" \
"$HOME/.local/bin" \