zsh-bash-completions-fallback icon indicating copy to clipboard operation
zsh-bash-completions-fallback copied to clipboard

Simple zsh plugin to support bash completions for a command if no native one is available

Results 5 zsh-bash-completions-fallback issues
Sort by recently updated
recently updated
newest added

`/usr/share/bash-completion/completions/fzf` can work for bash but cannot work for zsh-bash-completions-fallback. Is it a bug? Thanks!

I'm trying to make this work on NixOS and I'm getting the following error: /nix/store/0ibqj2ysg8602by5azn2rgm64w6gmsnd-source/bash-completions-getter.sh: line 178: _completion_loader: command not found It seems that when bash is run in non-interactive...

Can I use it to load single completion file manually, like e.g. `load_bash_completion bla.bash.inc`?