This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/.bash_profile

7 lines
92 B
Bash
Raw Normal View History

2018-07-17 09:48:02 -04:00
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
2020-01-03 14:32:19 -05:00
. ~/.bashrc
2018-07-17 09:48:02 -04:00
fi