diff --git a/home/.bash_profile b/home/.bash_profile deleted file mode 100644 index cfd85452..00000000 --- a/home/.bash_profile +++ /dev/null @@ -1,5 +0,0 @@ -# .bash_profile -# sourced by bash when used as a login shell - -# automatically run startx when logging in on tty1 -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null