diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-10-11 19:44:12 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-10-11 19:45:02 +0200 |
commit | 2fe242baf2ca3c9de269120746429188a1e99ef8 (patch) | |
tree | 0eb0806a403bede96bbeb70884ac980b7b21afd1 | |
parent | c0fae305382335e961405f36dbcee5acd57fef0a (diff) | |
download | dotfiles-2fe242baf2ca3c9de269120746429188a1e99ef8.tar.gz dotfiles-2fe242baf2ca3c9de269120746429188a1e99ef8.tar.bz2 dotfiles-2fe242baf2ca3c9de269120746429188a1e99ef8.zip |
.osx: Remove “enable text selection in Quick Look”
As of OS X 10.11, it no longer has any effect.
Closes #580.
-rwxr-xr-x | .osx | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -256,9 +256,6 @@ defaults write com.apple.finder ShowStatusBar -bool true # Finder: show path bar defaults write com.apple.finder ShowPathbar -bool true -# Finder: allow text selection in Quick Look -defaults write com.apple.finder QLEnableTextSelection -bool true - # Display full POSIX path as Finder window title defaults write com.apple.finder _FXShowPosixPathInTitle -bool true |