diff options
author | Mathias Bynens <mathias@qiwi.be> | 2014-11-20 14:56:40 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-20 14:56:40 +0100 |
commit | 6e9822e879caed207f743c9eeadbf724610bff02 (patch) | |
tree | 59799006ef97f60e7dc85f1dc6a8ca0294637bd2 | |
parent | 411e9dc0eeee1144e704773a5c1a725defb92695 (diff) | |
download | dotfiles-6e9822e879caed207f743c9eeadbf724610bff02.tar.gz dotfiles-6e9822e879caed207f743c9eeadbf724610bff02.tar.bz2 dotfiles-6e9822e879caed207f743c9eeadbf724610bff02.zip |
.osx: Use `-array` instead of `-array ""`
Ref. #350.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,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 |