aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorCătălin Mariș <alrraa@gmail.com>2014-03-05 01:25:23 +0200
committerMathias Bynens <mathias@qiwi.be>2014-03-05 08:51:03 +0100
commit41ab2a25d6d29b611a09f3c3f21ae1c6957ce8b2 (patch)
treef05e8a3ffdcc65da6318064bd81f4d89035c3e22 /.osx
parentc62ff1628bc3bb08aebb77d97dac026c8f17cf4f (diff)
downloaddotfiles-41ab2a25d6d29b611a09f3c3f21ae1c6957ce8b2.tar.gz
dotfiles-41ab2a25d6d29b611a09f3c3f21ae1c6957ce8b2.tar.bz2
dotfiles-41ab2a25d6d29b611a09f3c3f21ae1c6957ce8b2.zip
.osx: Add missing value
In order to properly overwrite the `key` of a `domain`, `defaults` needs to be provided with a valid `value` for the `key`: `defaults write <domain> <key> <value>` Closes #350.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 8fb3d60..a5f8259 100755
--- a/.osx
+++ b/.osx
@@ -354,7 +354,7 @@ defaults write com.apple.dock show-process-indicators -bool true
# Wipe all (default) app icons from the Dock
# This is only really useful when setting up a new Mac, or if you don’t use
# the Dock to launch apps.
-#defaults write com.apple.dock persistent-apps -array
+#defaults write com.apple.dock persistent-apps -array ""
# Don’t animate opening applications from the Dock
defaults write com.apple.dock launchanim -bool false