mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Reverting earlier edit
@@ -66,7 +66,7 @@ Table of Contents
|
||||
# f 'echo Selected music:' --extention mp3
|
||||
# fm rm # To rm files in current directory
|
||||
f() {
|
||||
sels=( "${(@f)$(fd "${fd_default[@]}" "${@:2}"|fzf)}" )
|
||||
sels=( "${(@f)$(fd "${fd_default[@]}" "${@:2}"|fz)}" )
|
||||
test -n "$sels" && print -z -- "$1 ${sels[@]:q:q}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user