El Capitanをクリーンインストールしたので、自分用にメモ。
あらかじめ保存先のフォルダを作っておきます。私はピクチャにsccapというフォルダを使用してるのでそれを使います。
command+スペースでSpotlightを立ち上げ、terと打ってターミナルを起動。
ピクチャ以下のsccapというフォルダを指定する場合
$ defaults write com.apple.screencapture location ~/Pictures/sccap/
最後のスラッシュをつけないとうまく動かないようです。
SystemUIServerを再起動します。
$ killall SystemUIServer
元の場所に戻す場合
$ defaults delete com.apple.screencapture location
そしてまたSystemUIServerを再起動します。
$ killall SystemUIServer