update to scwrypts v3

This commit is contained in:
2023-06-24 07:50:14 -06:00
parent 313d28c7ae
commit 66930780e2
11 changed files with 189 additions and 81 deletions

View File

@ -42,7 +42,7 @@ EXTERNAL_PLUGINS+=(
'/usr/share/fzf/completion.zsh'
)
export FZF_DEFAULT_OPTS='--reverse --ansi --height 50%'
export FZF_DEFAULT_OPTS='--reverse --ansi --height 50% --bind=ctrl-c:cancel'
export FZF_DEFAULT_COMMAND='rg --files'
@ -61,7 +61,7 @@ for e in \
"local.$(hostnamectl --static).secret" \
"local.$(hostnamectl --static)" \
"local"
do export SCWRYPTS_ENV="$e"; [ -f "$HOME/.config/scwrypts/env/$e" ] && break; done
do export SCWRYPTS_ENV="$e"; [ -f "$HOME/.config/scwrypts/environments/$e" ] && break; done
# z