1 2 3 4 5 6 7
# ~/.bash_login # # Executed by login shells when starting [[ -r ~/.bashrc ]] && source "$HOME/.bashrc" # vim: filetype=bash