aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-12-22 11:33:45 +0100
committerMathias Bynens <mathias@qiwi.be>2011-12-22 11:33:45 +0100
commiteab8b0bea255effd7344e722202f8dfe53bf53aa (patch)
treed8cbd7425d4b7fa396f1d26e109c3ebc8613b540 /.osx
parenta2ef34f38bf5c5a3a6c01d69485059aa5fb277d9 (diff)
downloaddotfiles-eab8b0bea255effd7344e722202f8dfe53bf53aa.tar.gz
dotfiles-eab8b0bea255effd7344e722202f8dfe53bf53aa.tar.bz2
dotfiles-eab8b0bea255effd7344e722202f8dfe53bf53aa.zip
Move disabled QuickLook fix to the bottom
Diffstat (limited to '.osx')
-rwxr-xr-x.osx8
1 files changed, 4 insertions, 4 deletions
diff --git a/.osx b/.osx
index 2317363..1781aab 100755
--- a/.osx
+++ b/.osx
@@ -146,14 +146,14 @@ chflags nohidden ~/Library
# Disable local Time Machine backups
hash tmutil &> /dev/null && sudo tmutil disablelocal
-# 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 :(
-#echo "0x08000100:0" > ~/.CFUserTextEncoding
-
# Remove Dropbox’s green checkmark icons in Finder.app
file=/Applications/Dropbox.app/Contents/Resources/check.icns
[ -e "$file" ] && mv -f "$file" "$file.bak"
unset file
+# 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 :(
+#echo "0x08000100:0" > ~/.CFUserTextEncoding
+
# Kill affected applications
for app in Safari Finder Dock Mail; do killall "$app"; done \ No newline at end of file