diff --git a/zsh/0_path.zsh b/zsh/0_path.zsh index 5b1d48a..db078f1 100644 --- a/zsh/0_path.zsh +++ b/zsh/0_path.zsh @@ -1,2 +1,7 @@ # path, the 0 in the filename causes this to load first -export PATH=$PATH:$HOME/.yadr/bin:$HOME/.yadr/bin/yadr +path=( + $path + $HOME/.yadr/bin + $HOME/.yadr/bin/yadr +) +