Skip to content

Instantly share code, notes, and snippets.

@kaushik94
Created November 14, 2015 11:01
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 kaushik94/228da182a5d23408cadd to your computer and use it in GitHub Desktop.
Save kaushik94/228da182a5d23408cadd to your computer and use it in GitHub Desktop.
Make an alias in Bash shell in OSX terminal
# At the end of this file
alias <new-alias-without-quotes>='<existing-command-in-quotes>'
@kaushik94
Copy link
Author

the file can be found at ~/.bash_profile

Reference : http://coolestguidesontheplanet.com/make-an-alias-in-bash-shell-in-os-x-terminal/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment