Created
May 19, 2012 18:59
-
-
Save djones/2731965 to your computer and use it in GitHub Desktop.
Send screenshots to a screenshots directory on my desktop
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
mkdir ~/Desktop/screenshots | |
defaults write com.apple.screencapture location ~/Desktop/screenshots | |
# Log out and in again for it to take effect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment