💻 Software
How do I turn of "auto-echo" in bash when I 'cd'?
Fresh5 days ago
Mar 15, 20265536 viewsConfidence Score0%
0%
Problem
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 Go…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I turn of "auto-echo" in bash when I 'cd'?
Low Risk
The shell auto-echoes because CDPATH is defined as an environment variable. If you UNSET CDPATH the default cd behavior will appear again.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix