From ae9e3bf875d9d6e091947fa4aef4a2a77dcd2dc1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 27 Aug 2013 09:27:05 +0200 Subject: [PATCH] xsession: source ~/.zsh/env if present --- xsession | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsession b/xsession index aff08c0..a7fa5f0 100644 --- a/xsession +++ b/xsession @@ -14,6 +14,9 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd' export _JAVA_AWT_WM_NONREPARENTING=1 +# Environment variables +[ -e ~/.zsh/env ] && . ~/.zsh/env + # GDM move Xauthority in some obscure place # See: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614972