dots/.bash_profile

6 lines
138 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
2022-01-07 03:14:30 +01:00
exec startx "$HOME/.config/X11/xinitrc"
2020-02-18 15:16:20 +01:00
fi