diff --git a/zsh/.zprofile b/zsh/.zprofile index 9748d66..738796a 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -5,6 +5,8 @@ PATH="$HOME/usr/bin:$PATH" PATH="/usr/local/heroku/bin:$PATH" export PATH +systemctl --user import-environment PATH + INFOPATH="$HOME/documents/info:$INFOPATH" INFOPATH="$HOME/.emacs.d/vendor-lisp/org/doc:$INFOPATH" INFOPATH="$INFOPATH:/usr/share/info"