Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Last active August 29, 2015 14:03
Show Gist options
  • Save jelmerdemaat/2a6c8d06694fc0e6e264 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/2a6c8d06694fc0e6e264 to your computer and use it in GitHub Desktop.
Useful Terminal aliases
# Move around quicker
alias ..="cd .."
# Show pretty file list using `list`
alias list="ls --color=always -s -h -g --sort=extension"
# Useful application shortcuts
alias chrome="google-chrome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment