diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-12-22 11:33:45 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-12-22 11:33:45 +0100 |
commit | eab8b0bea255effd7344e722202f8dfe53bf53aa (patch) | |
tree | d8cbd7425d4b7fa396f1d26e109c3ebc8613b540 | |
parent | a2ef34f38bf5c5a3a6c01d69485059aa5fb277d9 (diff) | |
download | dotfiles-eab8b0bea255effd7344e722202f8dfe53bf53aa.tar.gz dotfiles-eab8b0bea255effd7344e722202f8dfe53bf53aa.tar.bz2 dotfiles-eab8b0bea255effd7344e722202f8dfe53bf53aa.zip |
Move disabled QuickLook fix to the bottom
-rwxr-xr-x | .osx | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |