From d52e1d1f82fc1691b65536b6a41b83e905b539ea Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 6 Jul 2021 15:00:24 +0200 Subject: [PATCH] Stop polluting USB devices --- osx | 1 + 1 file changed, 1 insertion(+) diff --git a/osx b/osx index 9f2cc23..25bf8e5 100644 --- a/osx +++ b/osx @@ -30,6 +30,7 @@ defaults write -g NSWindowResizeTime -float 0.003 # stop polluting network shares defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true +defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true # disable mail animations defaults write com.apple.Mail DisableReplyAnimations -bool true