bashrc & zshrc: add acme.sh support

Resolves: #128
This commit is contained in:
Aminda Suomalainen 2019-08-09 19:47:27 +03:00
parent 4c088c29ea
commit 95519f48b8
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 10 additions and 0 deletions

View File

@ -956,6 +956,11 @@ myip6 () {
fi
}
# acme.sh
if [ -f ~/.acme.sh/acme.sh.env ]; then
source ~/.acme.sh/acme.sh.env
fi
# .custom
if [ -f ~/.custom ]; then
source ~/.custom

View File

@ -962,6 +962,11 @@ myip6 () {
# Source files for miscannellious modifications.
# acme.sh
if [ -f ~/.acme.sh/acme.sh.env ]; then
source ~/.acme.sh/acme.sh.env
fi
# .custom
if [ -f ~/.custom ]; then
source ~/.custom