dotfiles/dot_bash_profile

10 lines
155 B
Text
Raw Normal View History

2022-12-22 04:07:12 -05:00
#
# ~/.bash_profile
#
2023-03-15 00:02:26 -04:00
[[ -f ~/.profile ]] && . ~/.profile
2022-12-22 04:07:12 -05:00
[[ -f ~/.bashrc ]] && . ~/.bashrc
2023-03-15 00:02:26 -04:00
[[ -z "${DISPLAY}" && "${XDG_VTNR}" -eq 1 ]] && exec startx