aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-23 21:02:14 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-23 21:02:14 +0300
commitb6ff03af24842208defc420ad467777ce90c2401 (patch)
tree76f1b990476de7f811271c28955f9fc82acab064
parent51fba19bb448fe28b4d0d983df790cabda28be45 (diff)
downloaddotfiles-b6ff03af24842208defc420ad467777ce90c2401.tar.gz
dotfiles-b6ff03af24842208defc420ad467777ce90c2401.tar.bz2
dotfiles-b6ff03af24842208defc420ad467777ce90c2401.zip
Disable the warning when changing a file extension.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 417d8de..764d857 100755
--- a/.osx
+++ b/.osx
@@ -83,6 +83,9 @@ defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
# Avoid creating .DS_Store files on network volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
+# Disable the warning when changing a file extension
+defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
+
# Empty Trash securely by default
defaults write com.apple.finder EmptyTrashSecurely -bool true