Copy PATH into systemd services
This commit is contained in:
parent
24306fc290
commit
22c9168668
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue