Since I updated from Ubuntu 18.04 to 20.04, autocomplete with environmental variables do not work. If I type:
ls $HOME<tab>
I get what I want, but if I add a /
:
ls $HOME/<tab>
it autocomplete it to:
ls \$HOME/
Where it stops showing what it's on the folder. What can I do to stop this behavior?
shopt -s direxpand
? – Kulfy Sep 10 '20 at 19:09