if [[ "$(tty)" = '/dev/tty1' ]]; then
  exec "$HOME/.autologin"
fi

. "$HOME/.bashrc"