(corrected)
Agreed, this is an annoying bug and has been around far too long (a decade?).
ls $HOME/.ss<TAB> should give: ls $HOME/.ssh/<CURSOR>
"shopt -s direxpand" expands $HOME which is not wanted.
"shopt -u complete_fullquote" should give me what I want but has no effect.
(corrected)
Agreed, this is an annoying bug and has been around far too long (a decade?).
ls $HOME/.ss<TAB> should give: ls $HOME/.ssh/<CURSOR>
"shopt -s direxpand" expands $HOME which is not wanted.
"shopt -u complete_fullquote" should give me what I want but has no effect.