summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-01 22:50:15 +0200
committerGravatar Tom Willemse2014-07-01 22:50:15 +0200
commitff1b2cb7624d6d65f3488c03918e3c18cccfd21d (patch)
tree6ada18376312ea2e832d800f8b2c5d463223a661
parent046de04b6e4019a79b15fd40078d1e139a1846db (diff)
downloaddotfiles-ff1b2cb7624d6d65f3488c03918e3c18cccfd21d.tar.gz
dotfiles-ff1b2cb7624d6d65f3488c03918e3c18cccfd21d.zip
Update zprofile
-rw-r--r--zprofile4
1 files changed, 4 insertions, 0 deletions
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