保存先を変更する
以下のコマンドを実行するとスクリーンショットの保存先を変更できます。
defaults write com.apple.screencapture location 保存先パス
次の場合には~/Downloads/
に変更されます。
defaults write com.apple.screencapture location ~/Downloads/
保存先を確認する
現在の保存先を確認するには以下のコマンドを実行します。
defaults read com.apple.screencapture location
$ defaults read com.apple.screencapture location
~/Downloads/