fzf showed up twice when I assign the output to a variable #3555
Answered
by
LangLangBart
FranklinYu
asked this question in
Q&A
-
When I do selection=$(find * -type f | fzf) I saw fzf showing up twice; |
Beta Was this translation helpful? Give feedback.
Answered by
LangLangBart
Dec 30, 2023
Replies: 1 comment 1 reply
-
Not reproducible. You could share the fzf version, system settings (shell/OS), and check if you have assigned type -a fzf
# fzf is an alias for fzf --bind "enter:reload:find * -type f"
# fzf is /usr/local/bin/fzf
# fzf is /Users/paria/.cache/zsh4humans/v5/fzf/bin/fzf Also, share your printenv FZF_DEFAULT_OPTS
# … any plugins ? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FranklinYu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not reproducible. You could share the fzf version, system settings (shell/OS), and check if you have assigned
fzf
differently.Also, share your
FZF_DEFAULT_COMMAND
andFZF_DEFAULT_OPTS
.printenv FZF_DEFAULT_OPTS # …
any plugins ?