dots/.bash_profile

6 lines
110 B
Bash
Raw Normal View History

2020-02-18 15:16:20 +01:00
[[ -f ~/.bashrc ]] && . ~/.bashrc
2021-11-28 17:39:26 +01:00
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
2020-02-18 15:16:20 +01:00
fi