Skip to content

Instantly share code, notes, and snippets.

@fieldAbyss
Last active March 4, 2018 07:35
Show Gist options
  • Save fieldAbyss/9ecd4c34d575d0e6405b4b48d1b0b397 to your computer and use it in GitHub Desktop.
Save fieldAbyss/9ecd4c34d575d0e6405b4b48d1b0b397 to your computer and use it in GitHub Desktop.
Default Screenshot Save Directory Change
## ~/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