mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
parent
4c088c29ea
commit
95519f48b8
@ -956,6 +956,11 @@ myip6 () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# acme.sh
|
||||||
|
if [ -f ~/.acme.sh/acme.sh.env ]; then
|
||||||
|
source ~/.acme.sh/acme.sh.env
|
||||||
|
fi
|
||||||
|
|
||||||
# .custom
|
# .custom
|
||||||
if [ -f ~/.custom ]; then
|
if [ -f ~/.custom ]; then
|
||||||
source ~/.custom
|
source ~/.custom
|
||||||
|
5
rc/zshrc
5
rc/zshrc
@ -962,6 +962,11 @@ myip6 () {
|
|||||||
|
|
||||||
# Source files for miscannellious modifications.
|
# Source files for miscannellious modifications.
|
||||||
|
|
||||||
|
# acme.sh
|
||||||
|
if [ -f ~/.acme.sh/acme.sh.env ]; then
|
||||||
|
source ~/.acme.sh/acme.sh.env
|
||||||
|
fi
|
||||||
|
|
||||||
# .custom
|
# .custom
|
||||||
if [ -f ~/.custom ]; then
|
if [ -f ~/.custom ]; then
|
||||||
source ~/.custom
|
source ~/.custom
|
||||||
|
Loading…
Reference in New Issue
Block a user