diff --git a/common/.zshrc b/common/.zshrc index a70cf41..8236758 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -215,4 +215,7 @@ remindperms () { #### -export PATH=$PATH:$HOME/.local/bin +if [[ -f "$HOME/.zshenv" ]]; then + source ~/.zshenv +fi +