aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-17 15:04:08 +0200
committerMathias Bynens <mathias@qiwi.be>2011-09-17 15:04:08 +0200
commitdf4eb658f19c156c5b17f151a43dd38800397374 (patch)
tree290fd4aff08193752f5cb16d2ce085e9cee95db7
parent2bb5745615b0d150156c4ca0a5125109a465bf89 (diff)
downloaddotfiles-df4eb658f19c156c5b17f151a43dd38800397374.tar.gz
dotfiles-df4eb658f19c156c5b17f151a43dd38800397374.tar.bz2
dotfiles-df4eb658f19c156c5b17f151a43dd38800397374.zip
Fix typo.
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index ad3eef2..221b9c6 100755
--- a/.osx
+++ b/.osx
@@ -44,7 +44,7 @@ defaults write com.apple.frameworks.diskimages auto-open-ro-root -bool true
defaults write com.apple.frameworks.diskimages auto-open-rw-root -bool true
# Display full POSIX path as Finder window title
-defaults write com.apple.finder _FXShowPosixPathInTitle –bool true
+defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
# Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001