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