Make sure the screenshots dir exists
This commit is contained in:
parent
0e716fb43a
commit
382e2c9007
@ -2,6 +2,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# Apple Screenshots
|
# Apple Screenshots
|
||||||
|
mkdir -p ~/Pictures/Screenshots
|
||||||
defaults write com.apple.screencapture location -string '~/Pictures/Screenshots'
|
defaults write com.apple.screencapture location -string '~/Pictures/Screenshots'
|
||||||
defaults write com.apple.screencapture location-last -string '~/Pictures/Screenshots'
|
defaults write com.apple.screencapture location-last -string '~/Pictures/Screenshots'
|
||||||
defaults write com.apple.screencaptureui NSNavLastRootDirectory -string '~/Pictures/Screenshots'
|
defaults write com.apple.screencaptureui NSNavLastRootDirectory -string '~/Pictures/Screenshots'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user