Skip to content

completion does not work in zsh 馃槩 #3119

Answered by lime-desu
Squirre17 asked this question in Q&A
Discussion options

You must be logged in to vote

Are you perhaps using ohmyzsh framework?

If yes, just add fzf on plugins array
plugins=(git fzf)

If not, find where the fzf completion file stored and manually source it
locate fzf | grep 'zsh'

For e.g. on fedora the completion are stored at /usr/share/zsh/site-functions/fzf on the other hand on Void Linux /usr/share/fzf/completion.zsh etc...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Squirre17
Comment options

Answer selected by Squirre17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants