summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-07-17 10:54:22 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-07-17 10:54:22 -0400
commit1e21630f10a42654f999b76ed8337abd960c5ab9 (patch)
treeba1cbc996d52094993d905b360dcb34736b2b974 /.profile
parentd7f60aebf173b6bddc92b319f773e6286cd96b42 (diff)
parent48ead3cdd19afcf42f119f72c3f3d73b67cc3210 (diff)
Merge branch 'work-fc17'
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index 6f9f102..d05ae5e 100644
--- a/.profile
+++ b/.profile
@@ -50,7 +50,9 @@ if [ -x "`which alsactl 2>/dev/null`" ]; then
fi
# X11
-export XAUTHORITY=$HOME/.Xauthority
+if [ -z "$XAUTHORITY" ]; then
+ export XAUTHORITY=$HOME/.Xauthority
+fi
# Start background programs ##########################################
if [ -f "$HOME/.login-daemons" ]; then