aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: 9b69b62cf9249211cbaa7b1f43f1f2bd1a4b4dfa (plain)
1
2
3
4
5
6
7
8
# .bash_profile

# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc

if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
        exec startx
fi