confix/home-manager/dots/bash_login

5 lines
103 B
Bash
Raw Normal View History

2023-07-31 00:21:32 -04:00
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi