npm package for scwrypts

This commit is contained in:
2024-02-20 21:48:30 -07:00
parent bdb7851064
commit 113445ca43
17 changed files with 12751 additions and 12 deletions

View File

@ -9,7 +9,7 @@ FZF() {
FZF_ARGS+=(--height=50%)
FZF_ARGS+=(--layout=reverse)
local SELECTION=$(fzf ${FZF_ARGS[@]} --prompt "$1 : " ${@:2})
local SELECTION=$(fzf ${FZF_ARGS[@]} --prompt "$1 : " ${@:2} 2>/dev/tty)
PROMPT "$1"
[ $BE_QUIET ] || {