mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
parent
4c088c29ea
commit
95519f48b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user