diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 11:29:17 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-24 11:29:17 +0300 |
commit | c60ad3bf2ad3754d4697249676c2c85043a27f77 (patch) | |
tree | 4c3b1731dcd615144e45a265aa11ccf94d2e4498 | |
parent | 439e6f5ade515c4f776c8d119d37616debf54509 (diff) | |
download | dotfiles-c60ad3bf2ad3754d4697249676c2c85043a27f77.tar.gz dotfiles-c60ad3bf2ad3754d4697249676c2c85043a27f77.tar.bz2 dotfiles-c60ad3bf2ad3754d4697249676c2c85043a27f77.zip |
Only reset Launchpad when it’s actually available. Fixes #24.
-rwxr-xr-x | .osx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false defaults write com.apple.dashboard devmode -bool true # Reset Launchpad -rm ~/Library/Application\ Support/Dock/*.db +[ -e ~/Library/Application\ Support/Dock/*.db ] && rm ~/Library/Application\ Support/Dock/*.db # Show the ~/Library folder chflags nohidden ~/Library |