How to make BASH try and autocomplete on Enter
- by swatso33
I've noticed that for many of the commands I use in bash I have actually learned how many letters of the command I must type before I can press [TAB] to have bash successfully autocomplete the command. For example when opening chromium I dont usually type the whole command but instead type
$ chrom[TAB][ENTER]
and bash successfully autocompletes…