diff --git a/bashrc b/bashrc index 26909f9..1694985 100644 --- a/bashrc +++ b/bashrc @@ -39,3 +39,7 @@ fi if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then source /opt/local/etc/profile.d/bash_completion.sh fi + +if [ -f /etc/bashrc ]; then + source /etc/bashrc +fi