4 lines
88 B
Bash
4 lines
88 B
Bash
|
# .bash_profile
|
||
|
# Get the aliases and functions
|
||
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|