# {{ ansible_managed }} # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # Get user specific environment and startup programs if [ -f ~/.bash_profile.local ]; then . ~/.bash_profile.local fi