scwrypts update; use .secret scwrypts env if exists
This commit is contained in:
@@ -57,8 +57,11 @@ zstyle ':fzf-tab:*' continuous-trigger '/'
|
|||||||
# scwrypts
|
# scwrypts
|
||||||
EXTERNAL_PLUGINS+=("$DOTWRYN/zsh/plugins/scwrypts/scwrypts.plugin.zsh")
|
EXTERNAL_PLUGINS+=("$DOTWRYN/zsh/plugins/scwrypts/scwrypts.plugin.zsh")
|
||||||
|
|
||||||
export SCWRYPTS_ENV="local.$(hostnamectl --static)"
|
for e in \
|
||||||
[ ! -f $HOME/.config/scwrypts/env/$SCWRYPTS_ENV ] && export SCWRYPTS_ENV='local'
|
"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=(
|
export S3_SYNC_MEDIA=(
|
||||||
#'.local/share/dolphin-emu'
|
#'.local/share/dolphin-emu'
|
||||||
|
Submodule zsh/plugins/scwrypts updated: 20b7cc32eb...73e26a2ecb
Reference in New Issue
Block a user