[[ -r /etc/bashrc ]] && source /etc/bashrc
[[ -r ~/.bashrc ]] && source ~/.bashrc
[[ -r ~/.bashrc.local ]] && source ~/.bashrc.local
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #3 | 27994 | C. Thomas Tyler | Added intergration for iTerms, sourcing if found. | ||
| #2 | 27993 | C. Thomas Tyler | Added ref to .bashrc.local, sourcing it if found. | ||
| #1 | 21461 | C. Thomas Tyler | Added sample .bashrc and friends. |