This commit is contained in:
Luk Lu
2022-11-19 18:11:07 +08:00
parent bd9bde9aac
commit 6b44c44363
4 changed files with 63 additions and 12 deletions

View File

@@ -99,6 +99,7 @@ fi
if [ -f $HOME/.acme.sh/acme.sh.env ]
then
. "$HOME/.acme.sh/acme.sh.env"
alias acme=$HOME/.acme.sh/acme.sh
fi
# let MacOS uses the same variable so that vscode-sshfs can use "$USERPROFILE/.ssh/id_rsa" uniformly.