diff --git a/bashrc b/bashrc index 7b1aa2f..5177a92 100644 --- a/bashrc +++ b/bashrc @@ -90,6 +90,6 @@ fi # Include customized configurations for interactive shell -if [ "$PS1" = "[\u@\h \W]\\$ " ]; then +if [ "$PS1" ]; then source /etc/bashrc.cust fi