From e72f3c581033897054f4048f60e05ebea3c762c1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Nov 2014 14:02:43 +0100 Subject: Copy INFOPATH to systemd services --- zsh/.zprofile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'zsh') diff --git a/zsh/.zprofile b/zsh/.zprofile index 738796a..c2b1d33 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -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 -- cgit v1.2.3-54-g00ecf