Skip to content

Instantly share code, notes, and snippets.

@jonsuh
Last active August 29, 2015 14:23
Show Gist options
  • Save jonsuh/40182e455b11e2b7ff7c to your computer and use it in GitHub Desktop.
Save jonsuh/40182e455b11e2b7ff7c to your computer and use it in GitHub Desktop.
~/.bash_profile
# Open applications
alias opentest='open "/Applications/Adium.app" && open "/Applications/Adobe Photoshop CC 2015/Adobe Photoshop CC 2015.app"'
# Close applications
alias closetest='osascript -e "quit app \"Adium\"" && osascript -e "quit app \"Adobe Photoshop CC 2015\""'
@cdevroe
Copy link

cdevroe commented Jun 25, 2015

😄

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