Skip to content

Instantly share code, notes, and snippets.

@fprieur
Created August 22, 2012 14:07
Show Gist options
  • Save fprieur/3425957 to your computer and use it in GitHub Desktop.
Save fprieur/3425957 to your computer and use it in GitHub Desktop.
Change the File Location of Screenshots on Mac OS X
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