aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx9
1 files changed, 5 insertions, 4 deletions
diff --git a/.osx b/.osx
index a28ff61..076a6c1 100755
--- a/.osx
+++ b/.osx
@@ -143,8 +143,9 @@ chflags nohidden ~/Library
# Disable local Time Machine backups
hash tmutil &> /dev/null && sudo tmutil disablelocal
-# Kill affected applications
-for app in Safari Finder Dock Mail; do killall "$app"; done
-
# Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo)
-echo "0x08000100:0" > ~/.CFUserTextEncoding \ No newline at end of file
+# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(
+#echo "0x08000100:0" > ~/.CFUserTextEncoding
+
+# Kill affected applications
+for app in Safari Finder Dock Mail; do killall "$app"; done \ No newline at end of file