scwrypts update; use .secret scwrypts env if exists
This commit is contained in:
parent
6f803dad1d
commit
bdbe40299e
@ -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
|
Loading…
Reference in New Issue
Block a user