summaryrefslogtreecommitdiff
path: root/bash/dot-bash_profile
blob: 7d5f3c9b124f49a804203b062165b219a9d6b4e7 (plain)
1
2
3
4
# Load bashrc to mantain only one file
if [ -f "$HOME/.bashrc" ]; then
   source "$HOME/.bashrc"
fi