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
|
|
|
|
|