From ff1b2cb7624d6d65f3488c03918e3c18cccfd21d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Jul 2014 22:50:15 +0200 Subject: Update zprofile --- zprofile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zprofile b/zprofile index 4a74a84..290b7c1 100644 --- a/zprofile +++ b/zprofile @@ -2,6 +2,7 @@ export BROWSER=conkeror export EDITOR="emacsclient -c -a emacs" PATH="$HOME/usr/bin:$PATH" +PATH="/usr/local/heroku/bin:$PATH" export PATH INFOPATH="$HOME/documents/info:$INFOPATH" @@ -10,6 +11,9 @@ INFOPATH="$INFOPATH:/usr/share/info" INFOPATH="$INFOPATH:/usr/local/share/info" export INFOPATH +DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/`id -u`/bus" +export DBUS_SESSION_BUS_ADDRESS + if [ -z "$SSH_AGENT_PID" ]; then eval `ssh-agent` fi -- cgit v1.2.3-54-g00ecf