Skip to content

Instantly share code, notes, and snippets.

@benharold
Created November 16, 2016 16:53
Show Gist options
  • Save benharold/66ae676f639c397820675bf61a97722e to your computer and use it in GitHub Desktop.
Save benharold/66ae676f639c397820675bf61a97722e to your computer and use it in GitHub Desktop.
Bash aliases that I use constantly
alias l='ls -lah'
alias ..='cd ..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment