I have forked fzf. And added password-store to completion.bash Please clone : https://github.com/d4ndo/fzf.git and test it. completion.zsh will follow. P.S.: I'm using (find "$pwdir" -name "*.gpg" -printf "%P") to get rid of the $HOME directory. But only GNU "find" supports printf. Does anybody have a better idea.?