summaryrefslogtreecommitdiff
path: root/etc/startx
diff options
context:
space:
mode:
Diffstat (limited to 'etc/startx')
-rw-r--r--etc/startx2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/startx b/etc/startx
index 9384eba..5492c4b 100644
--- a/etc/startx
+++ b/etc/startx
@@ -1,5 +1,5 @@
## vim:ft=zsh
-if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
+if [[ -z ${SSH_CONNECTION} && ! -e /tmp/.x-started ]] {
touch /tmp/.x-started
unsetopt bg_nice
xinit /home/derf/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth $(mktemp --tmpdir serverauth.XXXXXXXXXX) &! exit