Skip to content

Instantly share code, notes, and snippets.

@cesarrodrig
Created June 9, 2016 15:28
Show Gist options
  • Save cesarrodrig/e4bab66f65c8686ccf69cc77cfed5ab7 to your computer and use it in GitHub Desktop.
Save cesarrodrig/e4bab66f65c8686ccf69cc77cfed5ab7 to your computer and use it in GitHub Desktop.
Alias to create alias.
make_alias() {
echo "alias $1=\"$2\"" >> ~/.zshrc
}
# Ex: mkalias sayhi "say hi”
alias mkalias=make_alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment