From 8d41a391d13a37e5578c31f47f0712c87680b9e5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 8 Jan 2016 11:46:41 +0100 Subject: Add some environment variables --- zsh/.zprofile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'zsh') 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 -- cgit v1.2.3-54-g00ecf