This commit is contained in:
陆柯 2021-12-20 11:00:11 +08:00
parent 72c614b0ce
commit 671ae7af2a

View File

@ -80,9 +80,9 @@ case "$TERM" in
;; ;;
esac esac
if [ -f .bashrc-custom ] if [ -f ~/.bashrc-custom ]
then then
. .bashrc-custom source ~/.bashrc-custom
fi fi
################################################################################ ################################################################################