From df4eb658f19c156c5b17f151a43dd38800397374 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 17 Sep 2011 15:04:08 +0200 Subject: Fix typo. --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3