# Bash login configuration file. # Load ~/.bashrc if it exists. if [[ -f ~/.bashrc ]]; then . ~/.bashrc fi # vim: ft=sh