diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-04-09 13:14:36 -0700 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-04-09 13:14:36 -0700 |
commit | ac8f1d951a741e8cc72fd3ecd9000bcdcff9ac5f (patch) | |
tree | df1e3d56f90243cae3051f69ecbe0d22f1882137 | |
parent | c5efa6a2955814cd47e139fbc0f20bc2e0d6991f (diff) | |
parent | bd0bb2dfcb6c2ca14c5eb85984a56aaf7ebbeb2d (diff) | |
download | dotfiles-ac8f1d951a741e8cc72fd3ecd9000bcdcff9ac5f.tar.gz dotfiles-ac8f1d951a741e8cc72fd3ecd9000bcdcff9ac5f.tar.bz2 dotfiles-ac8f1d951a741e8cc72fd3ecd9000bcdcff9ac5f.zip |
Merge pull request #49 from SomeWhores/master
.osx: Allow selecting text in QuickLook
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ file=/Applications/Dropbox.app/Contents/Resources/check.icns [ -e "$file" ] && mv -f "$file" "$file.bak" unset file +# Enable the ability to highlight text in QuickLook +defaults write com.apple.finder QLEnableTextSelection -bool TRUE + # 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 |