1
0
Fork 0
mirror of https://codeberg.org/andyscott/dotfiles.git synced 2025-01-08 09:35:55 -05:00
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