5 lines
99 B
Bash
5 lines
99 B
Bash
# ~/.bash_profile
|
|
|
|
# Source user .bashrc if it exists
|
|
[ -f $HOME/.bashrc ] && source $HOME/.bashrc
|