bashrc: Include configuration file

Keep configurations in an external file to make it easier with upgrades.
This commit is contained in:
2021-08-11 13:49:16 +02:00
parent a09acad83c
commit 749b9e0431
2 changed files with 8 additions and 0 deletions

7
bashrc
View File

@@ -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

1
bashrc.cust Normal file
View File

@@ -0,0 +1 @@
# Custom configuration file