summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-01-08 11:46:41 +0100
committerGravatar Tom Willemse2016-01-08 11:46:41 +0100
commit8d41a391d13a37e5578c31f47f0712c87680b9e5 (patch)
tree287c4dd33d45e90eb3b7a22edbf7c0121f057746 /zsh
parent61d000130adbeb51f7e25e00fe817835c67ebd28 (diff)
downloaddotfiles-8d41a391d13a37e5578c31f47f0712c87680b9e5.tar.gz
dotfiles-8d41a391d13a37e5578c31f47f0712c87680b9e5.zip
Add some environment variables
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 2f27d67..2295572 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -11,9 +11,15 @@ INFOPATH="$INFOPATH:/usr/share/info"
INFOPATH="$INFOPATH:/usr/local/share/info"
export INFOPATH
+GUILE_LOAD_PATH="$HOME/usr/share/guile"
+export GUILE_LOAD_PATH
+
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/`id -u`/bus"
export DBUS_SESSION_BUS_ADDRESS
+XAUTHORITY="$HOME/.Xauthority"
+export XAUTHORITY
+
if [ -z "$SSH_AGENT_PID" ]; then
eval `ssh-agent`
fi