Include /etc/bashrc if it exists for Fedora

main
Buddy Sandidge 9 years ago
parent f1b5821f06
commit 2d9df70534

@ -39,3 +39,7 @@ fi
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then
source /opt/local/etc/profile.d/bash_completion.sh source /opt/local/etc/profile.d/bash_completion.sh
fi fi
if [ -f /etc/bashrc ]; then
source /etc/bashrc
fi

Loading…
Cancel
Save