A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth replying to this from @Una
@Una A simple classic:

alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."

and also handy:

# Create a new directory and enter it
function mkd() {
mkdir -p "$@" && cd "$_";
}

Lots more goodies via @mathias dotfiles:
https://github.com/mathiasbynens/dotfiles

My tweets and posts live here on my own domain these days.
You can explore them here and follow me on Mastodon instead of Twitter where I'm not currently active.