And how does it also autocomplete aliases?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Depending on the command:
|
|||
|
|
|
Have a look at the file
and observe the files from the directory:
You will find the answer. |
||||
|
|
|
Support for bash completion is provided in Debian and Ubuntu by the bash completion package. You also usually need to uncomment the following in
for this to work. I usually uncomment it in both. The handling of interactive/login shells in Debian is a bit of a mess. Similar comments presumably apply to other distributions, though maybe they enable the sourcing by default. |
|||
|
|