gazorby / fifc

🐠 Configurable fzf completions for fish shell
MIT License
157 stars 11 forks source link

Make directory completions respect `fifc_fd_opts` #52

Open HydroH opened 1 month ago

HydroH commented 1 month ago

Currently fifc_fd_opts is ignored when completing directories as the variable is overwritten with set --local --export fifc_fd_opts -t d. Adding --append option to set will resolve this.