Closed Zimmi48 closed 8 years ago
If you're on nixos:
programs.bash.enableCompletion = true;
Note this repository is obsolete, use github.com/NixOS/nixpkgs
Please open an issue at https://github.com/NixOS/nixpkgs/issues if my recommendation doesn't help you.
Thanks!
Hello,
I do not have git completion in my bash terminal.
After doing a bit of search, I see that:
So, naturally, git's bash completion file is never sourced. Is it just me or is it the same for everyone? And what is the right way to fix that? Change where bash looks for completion files to source or change where git installs its bash completion file?
Thanks!