From 3c6945bb82c5416848cc76e49ff49c9014acce1c Mon Sep 17 00:00:00 2001 From: Shawn Jonnet Date: Tue, 26 Jun 2012 09:11:48 -0300 Subject: .osx: Fix typo --- .osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.osx b/.osx index 34a7fd6..85a1ec5 100755 --- a/.osx +++ b/.osx @@ -53,7 +53,7 @@ defaults write NSGlobalDomain KeyRepeat -int 0 # Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with `Inches`, and `true` with `false`. defaults write NSGlobalDomain AppleLanguages -array "en" "nl" defaults write NSGlobalDomain AppleLocale -string "en_GB@currency=EUR" -AppleMeasurementUnits +# AppleMeasurementUnits defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" defaults write NSGlobalDomain AppleMetricUnits -bool true -- cgit v1.2.3