Files
dots/.bash_profile
2022-01-07 03:14:30 +01:00

6 lines
138 B
Bash

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