manager/config/bash/bash_profile

5 lines
128 B
Bash

[[ -f ~/.bashrc ]] && source ~/.bashrc
if [[ ! $DISPLAY && $XDG_VTNR && $XDG_VTNR -le 3 ]]; then
exec startx "$XINITRC"
fi