summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 04c809a..0c6736f 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,9 +1,7 @@
#!/bin/sh
-# ~/.xinitrc
-#
# This is run when 'startx' or 'xinit' is executed,
# but since display managers use ~/.xprofile instead,
# .xprofile is sourced to be compatible with both.
-[[ -f ~/.xprofile ]] && . ~/.xprofile
+[ -f $HOME/.xprofile ] && . $HOME/.xprofile