aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/.osx b/.osx
index 268dc3d..a28ff61 100755
--- a/.osx
+++ b/.osx
@@ -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