diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-13 12:10:46 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-13 12:10:46 +0200 |
commit | 7c0bd4cd175823e5f09256f67981d0de79e8e2e9 (patch) | |
tree | b2eb1a04d2e112642c8cb2e84b87e0adc06d1bf5 | |
parent | 67a29767ecb4bf7890e84fee8289d1a28adb3640 (diff) | |
download | dotfiles-7c0bd4cd175823e5f09256f67981d0de79e8e2e9.tar.gz dotfiles-7c0bd4cd175823e5f09256f67981d0de79e8e2e9.tar.bz2 dotfiles-7c0bd4cd175823e5f09256f67981d0de79e8e2e9.zip |
.osx: Disable the crash reporter (commented)
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false # Disable automatic termination of inactive apps defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true +# Disable the crash reporter +#defaults write com.apple.CrashReporter DialogType -string 'none' + # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) # Commented out, as this is known to cause problems when saving files in # Adobe Illustrator CS5 :( |