diff --git a/zsh/.zshenv b/zsh/.zshenv index 8cc4a23..6d7c4ea 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -47,6 +47,7 @@ while read -r dir; do *) PATH="$dir:$PATH" ;; esac done <