diff options
| author | 2014-11-02 14:00:32 +0100 | |
|---|---|---|
| committer | 2014-11-02 14:00:32 +0100 | |
| commit | 22c91686689a6b0d1c25eb4b25861a9702617984 (patch) | |
| tree | e95d24e02b9b03e1753ccd9370d6c0cf1c1de451 | |
| parent | 24306fc29094b168b1b38b984c5d2ebf0f108d6c (diff) | |
| download | dotfiles-22c91686689a6b0d1c25eb4b25861a9702617984.tar.gz dotfiles-22c91686689a6b0d1c25eb4b25861a9702617984.zip | |
Copy PATH into systemd services
| -rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
