On a fresh install that only includes bash (without other shell) tab-complete does not work in certaion situations:
- global programs
bas [TAB] does not expand to bash
- path starting with tilde
ls ~/ [TAB]
- local executables, eg chmod +x abc, then
./a [TAB]
On a fresh install that only includes bash (without other shell) tab-complete does not work in certaion situations:
bas[TAB] does not expand to bashls ~/[TAB]./a[TAB]