aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: e0f733326a4544a7ff7b44b1275ca76a2a0502ea (plain)
1
2
3
4
# ~/.bash_profile

[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx &> /dev/null