dotfiles/dot_bash_profile

7 lines
91 B
Plaintext

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