summaryrefslogtreecommitdiff
path: root/.config/login.d/10_xauthority.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:08 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-20 19:37:08 -0400
commita9fb80359a3e84ed7b64d3ecdf699acc5e53abc9 (patch)
tree04b9575e3e3338b91c2d110bd4ceeac2a52cafe3 /.config/login.d/10_xauthority.sh
parent39db29c39dcca6d47fbc56dffd8c0c7bf63beb51 (diff)
parentb0fc73174a1142ff0ff30d187944aa5b86eb3595 (diff)
Merge branch 'master' of git://lukeshu.com/dotfiles
Diffstat (limited to '.config/login.d/10_xauthority.sh')
-rw-r--r--.config/login.d/10_xauthority.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/login.d/10_xauthority.sh b/.config/login.d/10_xauthority.sh
index a27202c..787b6ed 100644
--- a/.config/login.d/10_xauthority.sh
+++ b/.config/login.d/10_xauthority.sh
@@ -1,4 +1,5 @@
+#!/hint/sh
# This was needed once with SSH and Fedora boxes.
-if [[ -z $XAUTHORITY ]]; then
+if [ -z $XAUTHORITY ]; then
export XAUTHORITY="$HOME/.Xauthority"
fi