gazorby / fifc

🐠 Configurable fzf completions for fish shell
MIT License
123 stars 7 forks source link

Fix empty commandline #4

Closed gazorby closed 2 years ago

gazorby commented 2 years ago

Closes #3

When completing an empty commandline, there are good chance that fish output too much suggestions for passing them around, leading to errors like #3.

This PR fixes that by always piping fish completions when commandline is empty.