Hi, I am pretty new to nix but i love it especially with nix-darwin. But i have a problem where I am not sure where to look. only parts of my zsh autocompletion work. All packages that bring a “share/zsh/site-functions” work fine but if they only bring bash completion nothing works anymore. An example for me is terraform bringing only bash completion. The interesting thing is that sourcing that file just works fine. So for some reason bash completion scripts are not loaded but zsh ones are loaded. Does anyone know where I have to look for that?
Bash autompletions won’t wok in zsh, that’s expected right? Or what do you mean?
Thanks to bashcompinit it does work. As I wrote I can source the terraform bash completion. I just don’t know why it is not sourced automatically.