DEV Community

Discussion on: Essential quality of life terminal improvements

Collapse
 
parkerholladay profile image
Parker Holladay

I notice your ..="cd .." alias. Try autocd=true. You'll never need to type cd again.

Collapse
 
thejessleigh profile image
jess unrein

Ooh. That one is new to me and I’m very excited to try it out. Thanks!

Collapse
 
midblue profile image
Jasper Stephenson

That one doesn't work for me! Does it not work in stock Terminal?

Collapse
 
parkerholladay profile image
Parker Holladay

My bad. The command is actually shopt -s autocd. I should have checked my bashrc first.

Thread Thread
 
midblue profile image
Jasper Stephenson

Just so anyone trying this knows, I had to update my bash to @4+ to get this working!
Here's a handy guide on getting it working:
clubmate.fi/upgrade-to-bash-4-in-m...

Collapse
 
ex_y profile image
Ashe

!!!!!! OMG This is so great!!!!!!! (thanks for sharing this awesome tip!)