1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00
dotfiles/lain/.bash_profile

4 lines
74 B
Bash
Raw Normal View History

2018-11-30 21:24:58 -05:00
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi