Files
dots/.bash_profile
2021-11-28 17:39:26 +01:00

6 lines
110 B
Bash

[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi