summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:23:12 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:23:12 -0700
commit262f2aaee60dccac99e2548f4481b8f0a70e6f70 (patch)
treed102e23ff33ab30d61e771e8a837943583f4f710 /.xinitrc
parent27568194632b55057195bce01b622005abea9dc6 (diff)
Standarization and preparation for cleaning ~
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