aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
blob: fe4ba3284c3cb438a69019cb029fe3a49a22039f (plain)
1
2
3
4
5
6
# Startx 
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
  exec startx
fi

[[ -f ~/.bashrc ]] && . ~/.bashrc