summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile5
1 files changed, 2 insertions, 3 deletions
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