mrzool / bash-sensible

An attempt at saner Bash defaults
https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
MIT License
2.03k stars 94 forks source link

Comment out CDPATH by default #20

Open sorsasampo opened 6 years ago

sorsasampo commented 6 years ago

CDPATH="." has no effect besides making cd print out the directory being changed to.

With only one entry in CDPATH, this serves no purpose and is completely extraneous.