This commit is contained in:
Luk Lu
2021-12-16 20:23:54 +08:00
parent 135525c485
commit 063d40db36
4 changed files with 8 additions and 2 deletions

View File

@@ -80,6 +80,11 @@ case "$TERM" in
;;
esac
if [ -f .bashrc-custom ]
then
. .bashrc-custom
fi
################################################################################
# End Of File: "~/.bashrc"
################################################################################