I use the Tab key a lot when I use the shell (bash).
But I'm getting annoyed that ~ always gets expanded to /home/"user". I don't think it's always been like this; is there any way to stop this behaviour?
An example:
cj@zap:~$ ls ~/- Press Tab
cj@zap:~$ ls /home/cj/
I would like to continue to have ~/ and not end up with /home/cj/.