npm package for scwrypts
This commit is contained in:
		@@ -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 ] || {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user