bashrc: Include configuration file
Keep configurations in an external file to make it easier with upgrades.
This commit is contained in:
7
bashrc
7
bashrc
@@ -96,3 +96,10 @@ if [ -z "$BASHRCSOURCED" ]; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
# vim:ts=4:sw=4
|
# 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
1
bashrc.cust
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Custom configuration file
|
||||||
Reference in New Issue
Block a user