aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx8
1 files changed, 7 insertions, 1 deletions
diff --git a/.osx b/.osx
index b6307d9..9cf3ddf 100755
--- a/.osx
+++ b/.osx
@@ -234,4 +234,10 @@ unset file
# Kill affected applications
for app in Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer; do killall "$app" > /dev/null 2>&1; done
-echo "Done. Note that some of these changes require a logout/restart to take effect." \ No newline at end of file
+echo "Done. Note that some of these changes require a logout/restart to take effect."
+
+# Change screen shot save location
+defaults write com.apple.screencapture location /your folder path/
+
+# Change screen shot file format BMP/GIF/JPG/PDF/PNG/TIFF
+defaults write com.apple.screencapture type /your file format/