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

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