Skip to content

Instantly share code, notes, and snippets.

@blutarche
Created March 6, 2016 13:37
Show Gist options
  • Save blutarche/a5643e9bba9d83ff9c96 to your computer and use it in GitHub Desktop.
Save blutarche/a5643e9bba9d83ff9c96 to your computer and use it in GitHub Desktop.
zshrc () {
exec zsh -l
}
s () {
subl "$1"
}
cyberd () {
open -a "Cyberduck"
}
mail () {
open -a "Polymail"
}
chr () {
open /Applications/Google\ Chrome.app
}
chrc () {
open /Applications/Google\ Chrome\ Canary.app
}
dl () {
open /Users/blutarche/Downloads
}
msg () {
open -a "Caprine"
}
photoshop () {
open -a "Adobe Photoshop CC 2014"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment