dotfiles/bash_profile
2021-12-17 23:02:45 -05:00

11 lines
145 B
Bash

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