f2aadd3
1 2 3 4 5 6 7 8 9 10
# # .bash_profile - Bash Shell startup script for login shells # # See also BASH(1). # if [ -f ~/.bashrc ]; then . ~/.bashrc; fi