dotfiles/dot_bash_profile

9 lines
155 B
Text

#
# ~/.bash_profile
#
[[ -f ~/.profile ]] && . ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z "${DISPLAY}" && "${XDG_VTNR}" -eq 1 ]] && exec startx