7 lines
91 B
Bash
7 lines
91 B
Bash
|
# .bash_profile
|
||
|
|
||
|
# Get the aliases and functions
|
||
|
if [ -f ~/.bashrc ]; then
|
||
|
. ~/.bashrc
|
||
|
fi
|