I'm not saying you should all go out and set up aliases to enable your various typos and slip-ups, but I honestly don't know why I didn't do this 25 years ago.

alias cd..='cd ..'

#bash #UNIX #Shell #UnixShell #POSIX

@rl_dane one of my favorite things about zsh (which I recently came back to...I used it on my old Macbook and never switched when I went to Linux until last week): it's got aliases without cd by default (ex. ..='cd ..')! Might also just be an oh-my-zsh thing but I love it!

@roguefoam

I mean, that can be done in bash with a single alias, but if you're happy with zsh, I'm happy. ;)