With a default install of Mint, the bash shell tab completion is escaping the $ character. For instance, I have a directory /opt/foo and have exported FOO=/opt/foo. When I try to get to the directory using the command: cd $F then hit tab, I get the command: cd \$FOO
Can anyone tell me what to change in order to disable the escaping of the $ ? I know this is possible using bash, because neither my Gentoo nor my Fedora boxes do it.
Thanks in advance =)



