From 262f2aaee60dccac99e2548f4481b8f0a70e6f70 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:23:12 -0700 Subject: Standarization and preparation for cleaning ~ --- .xinitrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.xinitrc') 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 -- cgit v1.2.3-70-g09d2