PDA

View Full Version : Auto-Complete not working in some cases



LinuxNoob404
2022-08-16, 16:48
Hello everyone!


I would like to know if you can help me with a couple of problems that I have.


I'm on the latest version of Kali Linux and when I want to remove a package I use the following command:


`sudo apt-get remove --autoremove <package>`


The problem with this is that as soon as I perform the following action:


`sudo apt-get remove --au<tab>`


The system does not auto complete the command. I managed to correct it once but I don't remember how to do it anymore.


That is a problem.


Next is this:


The `unzip` command doesn't autocomplete either.
Performing the following command:


`unzip -x <tab>`


It doesn't auto-complete or write the name of the file I want to unzip.


Thank you!

Fred Sheehan
2022-08-17, 12:22
As Kali is now using zshell, you could add some plug ins, that's what I do :)

https://linuxhint.com/setup-configure-autocomplete-zsh/