Last active
August 29, 2015 14:23
-
-
Save jonsuh/40182e455b11e2b7ff7c to your computer and use it in GitHub Desktop.
~/.bash_profile
This file contains hidden or 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
# 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\""' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
😄