.bash_profile #3

  • //
  • guest/
  • tom_tyler/
  • home/
  • .bash_profile
  • View
  • Commits
  • Open Download .zip Download (235 B)
[[ -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.