aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-09 22:16:41 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-09 22:16:41 +0200
commitaf1cd1b317fb742f9196e012a2a86999603ebe8a (patch)
tree75df06632afef4a70a2e833fb3f7e2a7d0b77222
parentac8f1d951a741e8cc72fd3ecd9000bcdcff9ac5f (diff)
downloaddotfiles-af1cd1b317fb742f9196e012a2a86999603ebe8a.tar.gz
dotfiles-af1cd1b317fb742f9196e012a2a86999603ebe8a.tar.bz2
dotfiles-af1cd1b317fb742f9196e012a2a86999603ebe8a.zip
.osx: Minor tweaks
-rwxr-xr-x.osx6
1 files changed, 3 insertions, 3 deletions
diff --git a/.osx b/.osx
index 0cee73c..4d8be4b 100755
--- a/.osx
+++ b/.osx
@@ -43,6 +43,9 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true
# Show status bar in Finder
defaults write com.apple.finder ShowStatusBar -bool true
+# Allow text selection in Quick Look
+defaults write com.apple.finder QLEnableTextSelection -bool true
+
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
@@ -199,9 +202,6 @@ 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