~/*.local instead of ~/*.extra

This commit is contained in:
2026-02-17 16:17:20 +08:00
parent 0d7feada81
commit 95de82c2a0
4 changed files with 8 additions and 7 deletions

View File

@@ -97,5 +97,5 @@ if ! shopt -oq posix; then
fi
[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases
[[ -f ~/.bashrc.extra ]] && source ~/.bashrc.extra
[[ -f ~/.bashrc.local ]] && source ~/.bashrc.local
[[ -f ~/.profile ]] && source ~/.profile