Skip to content

Instantly share code, notes, and snippets.

@edopelawi
Created January 16, 2015 09:10
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 edopelawi/b2ac681b8865027ba94f to your computer and use it in GitHub Desktop.
Save edopelawi/b2ac681b8865027ba94f to your computer and use it in GitHub Desktop.
Aliases for opening apps from zsh. Add these lines on .zshrc .
#.zshrc
...
alias skype="open -a Skype"
alias slack="open -a Slack"
alias harvest="open -a Harvest"
alias evernote="open -a Evernote"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment