summaryrefslogtreecommitdiff
path: root/dot/bash_profile
blob: b38ddfe2ec9475b3fcc4494b847f429b60289bf4 (plain)
1
2
3
4
5
6
source ~/.bashrc

if [ "$SHLVL" = 1 ] && [ "$(tty)" = /dev/tty1 ]
then
        startx && exit
fi