diff --git a/zsh/zprofile b/zsh/zprofile index 1d7cf51..2f55a27 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -9,7 +9,7 @@ _path=("$HOME/bin" "/usr/games") PATH="" -for part in ${_path} ; do +for part in ${_path[@]} ; do PATH="$PATH:${part}" done PATH="${PATH#:}"