Skip to content

Instantly share code, notes, and snippets.

@nrollr
Last active October 3, 2015 19:35
Show Gist options
  • Save nrollr/aee120fd5be40422f8fa to your computer and use it in GitHub Desktop.
Save nrollr/aee120fd5be40422f8fa to your computer and use it in GitHub Desktop.
Change the file location of screencaptures on OS X
#!/bin/bash
defaults write com.apple.screencapture location ~/Screenshots
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment