manager/unprocessed/bash/bash_profile

6 lines
128 B
Bash
Raw Normal View History

2022-04-18 00:14:34 +01:00
[[ -f ~/.bashrc ]] && source ~/.bashrc
if [[ ! $DISPLAY && $XDG_VTNR && $XDG_VTNR -le 3 ]]; then
exec startx "$XINITRC"
fi