Skip to content

Instantly share code, notes, and snippets.

@yourtion
Created September 16, 2014 05:42
Show Gist options
  • Save yourtion/4dc4168b1a55373ec303 to your computer and use it in GitHub Desktop.
Save yourtion/4dc4168b1a55373ec303 to your computer and use it in GitHub Desktop.
#在 Mac 上打开 Terminal 输入如下命令并替换 /path/ 为目标路径,即可修改截屏路径。
defaults write com.apple.screencapture location /path/
#运行上一条后还需要在 Terminal 输入下述命令,才能让新路径生效:
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment