From afa0b09eadbce7e0439797fd9296a5c1c5c25085 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 24 Sep 2014 13:14:03 +0200 Subject: zsh/zprofile: move XAUTHORITY export --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/.zprofile') diff --git a/zsh/.zprofile b/zsh/.zprofile index 946bc5f..1f95196 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -12,6 +12,7 @@ export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg # Config overrides export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc-2.0 export XCOMPOSEFILE="$XDG_CONFIG_HOME"/X11/XCompose +export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority export ABSROOT="$HOME"/build/abs export PREFIX="$HOME"/.local @@ -38,7 +39,6 @@ export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/"$UID"/dbus/user_bus_socket export SHORTHOST=$(hostname -s) -export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority if [[ -f "$ZDOTDIR"/profile-"$SHORTHOST" ]]; then source "$ZDOTDIR"/profile-"$SHORTHOST" fi -- cgit v1.2.3-54-g00ecf