Automatically cd into directories?

Solution 1:

Add shopt -s autocd to your ~/.bashrc.

Also, you might want to run man shopt in terminal for more useful options.