Created
June 19, 2020 04:52
-
-
Save aayushdrolia/e21ca274220ee1e865facb1984484312 to your computer and use it in GitHub Desktop.
Change Mac Default Screenshot Location
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
By default it is set to Desktop. | |
To change it, open terminal and fire the provided command. | |
---------------------------------------------------------------------- | |
defaults write com.apple.screencapture location "Your New Location" | |
---------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment