summaryrefslogtreecommitdiff
path: root/.config/login.d/10_xauthority.sh
diff options
context:
space:
mode:
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