-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocomplete: fix instructions for enabling on Ubuntu 18.04 (bionic) #525
Comments
@dashohoxha is there an official link that describes the process, so that we can just include it instead of duplicating this info? |
@dashohoxha is it different from other systems? previous versions of Ubuntu? other Linux systems? |
There are lots of blogs that describe it (for example this one: https://linuxhandbook.com/enable-tab-completion/), but no official docs that I am aware of, or that I could find.
I am not sure. The only safe way to find it out is to make a fresh installation of other versions/systems and to check it. I have a raspbian system based on debian stretch, and it seems that there it is enabled by default. But I haven't checked it yet on debian buster. I will let you know about this later. |
@dashohoxha yep, thanks for the research. It definitely makes sense to put a note with a link to some of these blogs or discussions if it's common across all new Ubuntus. |
It seems that bash autocomplete is enabled by default on debian buster as well, and also on ubuntu bionic etc. I don't know how I got the impression that it has to be enabled manually. Sometimes it may not be working out of the box (for different reasons), and knowing how to fix it manually can be useful. To cover this case we can add a expanding note with a link to this blog: https://linuxhandbook.com/enable-tab-completion/ It seems to be a stable blog site and if ever it disappears, some users may notice and report it, and we can switch to some other blog post. Can I add this note on the page? |
@dashohoxha absolutely! a note with a brief comment can be useful and save some people time. |
Fix: #525: How to fix autocomplete on debian/ubuntu
The instructions for enabling shell autocompletion in bash are not complete (https://dvc.org/doc/user-guide/autocomplete). It only says:
This is true, but I also had to enable it by commenting out these lines on
~/.bashrc
:I am actually using LinuxMint 19, but it is based on Ubuntu 18.04, so this behavior should be the same for all the bionic systems (Ubuntu 18.04 and all the variations based on it).
The text was updated successfully, but these errors were encountered: