Created
August 22, 2012 14:07
-
-
Save fprieur/3425957 to your computer and use it in GitHub Desktop.
Change the File Location of Screenshots on Mac OS X
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
defaults write com.apple.screencapture location /path/to/screenshots | |
ex : defaults write com.apple.screencapture location ~/Pictures/Screenshots | |
To apply these changes, again in Terminal, type: | |
killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment