From eab8b0bea255effd7344e722202f8dfe53bf53aa Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 22 Dec 2011 11:33:45 +0100 Subject: Move disabled QuickLook fix to the bottom --- .osx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.osx') 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 -- cgit v1.2.3