Copy INFOPATH to systemd services
This commit is contained in:
parent
22c9168668
commit
e72f3c5810
1 changed files with 2 additions and 3 deletions
|
@ -5,14 +5,13 @@ 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"
|
||||
INFOPATH="$INFOPATH:/usr/local/share/info"
|
||||
export INFOPATH
|
||||
|
||||
systemctl --user import-environment PATH INFOPATH
|
||||
|
||||
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/`id -u`/bus"
|
||||
export DBUS_SESSION_BUS_ADDRESS
|
||||
|
||||
|
|
Loading…
Reference in a new issue