Last active
January 10, 2019 21:16
-
-
Save daspecster/30e958970ea00f7dfb1b68d73a63fd15 to your computer and use it in GitHub Desktop.
Set MacOS/OSX screenshot location.
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/ | |
killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment