diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:14:03 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-09-24 13:14:03 +0200 |
commit | afa0b09eadbce7e0439797fd9296a5c1c5c25085 (patch) | |
tree | d6bf9fb542a4f6c40ada73e82fb68ad401005b81 /zsh/.zprofile | |
parent | 44ec46cf8e234e731aac00b66555a73a1d553b9e (diff) | |
download | dotfiles-afa0b09eadbce7e0439797fd9296a5c1c5c25085.tar.xz |
zsh/zprofile: move XAUTHORITY export
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r-- | zsh/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |