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

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