Last active
March 4, 2018 07:35
-
-
Save fieldAbyss/9ecd4c34d575d0e6405b4b48d1b0b397 to your computer and use it in GitHub Desktop.
Default Screenshot Save Directory Change
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
## ~/Pictures/の場合 | |
$ defaults write com.apple.screencapture location ~/Pictures/ | |
## デフォルトに戻す場合 | |
$ defaults delete com.apple.screencapture location | |
## サービス再起動で設定が反映 | |
$ killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment