How to prevent bash from extending ~ to full name of home dir on tab?

Posted by kender on Super User See other posts from Super User or by kender
Published on 2010-05-07T08:06:25Z Indexed on 2010/05/07 8:18 UTC
Read the original article Hit count: 272

Filed under:
|

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?

© Super User or respective owner

Related posts about bash

Related posts about configuration