scwrypts update; use .secret scwrypts env if exists

This commit is contained in:
Wryn (yage) Wagner 2022-09-01 07:43:34 -06:00
parent 6f803dad1d
commit bdbe40299e
2 changed files with 6 additions and 3 deletions

View File

@ -57,8 +57,11 @@ zstyle ':fzf-tab:*' continuous-trigger '/'
# scwrypts
EXTERNAL_PLUGINS+=("$DOTWRYN/zsh/plugins/scwrypts/scwrypts.plugin.zsh")
export SCWRYPTS_ENV="local.$(hostnamectl --static)"
[ ! -f $HOME/.config/scwrypts/env/$SCWRYPTS_ENV ] && export SCWRYPTS_ENV='local'
for e in \
"local.$(hostnamectl --static).secret" \
"local.$(hostnamectl --static)" \
"local"
do; export SCWRYPTS_ENV="$e"; [ -f "$HOME/.config/scwrypts/env/$e" ] && break; done
export S3_SYNC_MEDIA=(
#'.local/share/dolphin-emu'

@ -1 +1 @@
Subproject commit 20b7cc32eb1d884672913ebeace285a465a539dd
Subproject commit 73e26a2ecb049189ac6845ecce0528857096e444