summaryrefslogtreecommitdiff
path: root/dot/bash_profile
blob: 9c34c0e16a75a68e579c51cfb1a3a574b1424675 (plain)
1
2
3
4
5
6
7
. ~/.profile
. ~/.bashrc

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