aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jumbotron/files/bash_profile
blob: a473f858e85f00e1cae5ca82c89c0d6d76e701ed (plain) (blame)
1
2
3
4
5
if [[ "$(tty)" = '/dev/tty1' ]]; then
  exec "$HOME/.autologin"
fi

. "$HOME/.bashrc"