aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-13 12:44:21 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-13 12:44:21 +0200
commitdd742bf138da25a681695881f1c57078e4405467 (patch)
tree2caa0a2e3908466365fcc0ee44f547d01d8b9b0e /.osx
parent65857d0c6c6ca118e45ceeb536f34b6b493e6cac (diff)
downloaddotfiles-dd742bf138da25a681695881f1c57078e4405467.tar.gz
dotfiles-dd742bf138da25a681695881f1c57078e4405467.tar.bz2
dotfiles-dd742bf138da25a681695881f1c57078e4405467.zip
.osx: Hide `systemsetup` output when setting the timezone
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 502f8f0..a3adce5 100755
--- a/.osx
+++ b/.osx
@@ -146,7 +146,7 @@ defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters"
defaults write NSGlobalDomain AppleMetricUnits -bool true
# Set the timezone; see `systemsetup -listtimezones` for other values
-systemsetup -settimezone "Europe/Brussels"
+systemsetup -settimezone "Europe/Brussels" > /dev/null
# Disable auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false