diff options
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
