Skip to content

Instantly share code, notes, and snippets.

@z3t0
Created January 21, 2017 06:22
Show Gist options
  • Save z3t0/b2317d924aebd84cd866db0950451dde to your computer and use it in GitHub Desktop.
Save z3t0/b2317d924aebd84cd866db0950451dde to your computer and use it in GitHub Desktop.
change osx screenshot directory
# Screenshots will now be saved at ~/Document/screenshots
# the directory can be modified as you please
mkdir -p ~/Documents/screenshots
defaults write com.apple.screencapture location ~/Documents/screenshots
killall SystemUIServer
# Credits: http://www.idownloadblog.com/2014/06/15/how-to-change-where-screenshots-are-saved-on-mac/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment