bash_profile.j2 225 B

1234567891011
  1. # {{ ansible_managed }}
  2. # Get the aliases and functions
  3. if [ -f ~/.bashrc ]; then
  4. . ~/.bashrc
  5. fi
  6. # Get user specific environment and startup programs
  7. if [ -f ~/.bash_profile.local ]; then
  8. . ~/.bash_profile.local
  9. fi