How do I turn of "auto-echo" in bash when I 'cd'?

Posted by Avery Chan on Super User See other posts from Super User or by Avery Chan
Published on 2010-01-03T00:23:34Z Indexed on 2012/11/21 11:09 UTC
Read the original article Hit count: 169

Filed under:
|

I don't know when this started happening but now, every time I cd to a directory it echoes the path right before it changes directories. This happens when I log into a server but doesn't happen on my local machine. The server is running Linux. My local machine is running Mac OS X.

I searched the Google as well as looked at the bash man page but I couldn't find anything. My .bashrc/.bash_profile doesn't have anything related to 'cd' (that I know of).

How do I modify this "feature"?

© Super User or respective owner

Related posts about bash

Related posts about cd