Created
October 20, 2019 04:22
-
-
Save Manuel4131/01512646a248c6adbe7563430b55b745 to your computer and use it in GitHub Desktop.
[mac] Change screenshot path
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 | |
Now enter a space after "location" and drag the folder you created over to Terminal (which will insert the file path of the folder), or enter the location yourself. | |
Hit Enter on your keyboard, then type in: | |
killall SystemUIServer | |
Press Enter again and you're done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment