dotfiles/dot_bash_profile
2021-04-13 15:56:01 -04:00

6 lines
91 B
Text

# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi