Skip to content

Instantly share code, notes, and snippets.

@lukehedger
Created February 29, 2016 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukehedger/98227e5aaeb8db6a5bcd to your computer and use it in GitHub Desktop.
Save lukehedger/98227e5aaeb8db6a5bcd to your computer and use it in GitHub Desktop.
ZSH aliases
# list aliases
alias
# add alias
alias name='command'
# remove alias
unalias name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment