Skip to content

Instantly share code, notes, and snippets.

@marcelscruz
marcelscruz / .bash_profile
Last active April 13, 2021 19:31
My collection of .bash_profile aliases
# The following commands are tested on macOS only, so a few
# tweaks might be necessary on a different OS
# Go to home folder
alias ~='cd ~'
# Navigate back
alias cd1='cd ..'
alias cd2='cd ../..'
alias cd3='cd ../../..'