How to prevent bash from extending ~ to full name of home dir on tab?
- by kender
Hi
In my bash I got the behavior like this: when I type:
cd ~/projects/p <press tab>
the bash extends the ~ part to the full name of my home dir:
cd /home/kender/projects/p
I remember it wasn't happening some time ago. Is that configurable in bash?