Comment 10 for bug 177243

Revision history for this message
era (era) wrote : Re: UbuntuME: Bash command completion puts backslash in front of beginning dollar sign

Also the output of complete -p cd might be useful.

vnix$ complete -p cd
complete -o filenames -o nospace -F _cd cd

It seems that if I remove the "-o filenames" it works as hoped.