dotfiles/bash_profile

12 lines
145 B
Bash
Raw Normal View History

2021-12-17 23:02:45 -05:00
#
# ~/.bash_profile
#
. ~/.profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
exec startx
fi