authorized_keys

This commit is contained in:
Luk Lu
2022-03-31 12:07:47 +08:00
parent 0352f3dd85
commit 840d97321d
4 changed files with 19 additions and 3 deletions

View File

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