By default, Mac saves all screenshots to ~/Desktop
.
To save your screenshots in the ~/screenshots
directory:
$ mkdir ~/screenshots
$ defaults write com.apple.screencapture location ~/screenshots
$ killall SystemUIServer
By default, Mac saves all screenshots to ~/Desktop
.
To save your screenshots in the ~/screenshots
directory:
$ mkdir ~/screenshots
$ defaults write com.apple.screencapture location ~/screenshots
$ killall SystemUIServer