dotfiles/dot_bash_profile

11 lines
144 B
Text
Raw Normal View History

2022-12-22 04:07:12 -05:00
#
# ~/.bash_profile
#
. ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi