diff --git a/bashrc b/bashrc index d19a7c1..06ed546 100644 --- a/bashrc +++ b/bashrc @@ -96,3 +96,10 @@ if [ -z "$BASHRCSOURCED" ]; then fi # vim:ts=4:sw=4 + + + +# Include customized configurations for interactive shell +if [ "$PS1" = "[\u@\h \W]\\$ " ]; then + source /etc/bashrc.cust +fi diff --git a/bashrc.cust b/bashrc.cust new file mode 100644 index 0000000..02ec216 --- /dev/null +++ b/bashrc.cust @@ -0,0 +1 @@ +# Custom configuration file \ No newline at end of file