/zsh_work_apps_aliases Secret
Created
January 16, 2015 09:10
Star
You must be signed in to star a gist
Aliases for opening apps from zsh. Add these lines on .zshrc .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.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