fz.sh
fz.sh copied to clipboard
z [dir name slug]<TAB> works only if [dir..] matches substring of a directory
For example in an directory with only one subdirectory work:
zz wrk<TAB>
nothing.
But
zz work<TAB>
brings up fzf
With export FZF_COMPLETION_TRIGGER='' "
it works.
The export just triggers regular fzf...