aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Jonnet <sjonnet19@gmail.com>2012-06-26 09:11:48 -0300
committerMathias Bynens <mathias@qiwi.be>2012-06-26 14:12:59 +0200
commit3c6945bb82c5416848cc76e49ff49c9014acce1c (patch)
tree1ae16d63cc0542e3cbea83bb24282c9aac507561
parent9a836af35ac8d7e90ebe4dec8acbe088da11d1fa (diff)
downloaddotfiles-3c6945bb82c5416848cc76e49ff49c9014acce1c.tar.gz
dotfiles-3c6945bb82c5416848cc76e49ff49c9014acce1c.tar.bz2
dotfiles-3c6945bb82c5416848cc76e49ff49c9014acce1c.zip
.osx: Fix typo
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
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