Skip to content

Commit

Permalink
improve find argument positions
Browse files Browse the repository at this point in the history
global options should come before local options
  • Loading branch information
Okeanos committed Apr 10, 2023
1 parent 663746a commit 092bfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ defaults write com.apple.dock show-recents -bool false
#defaults write com.apple.dock showLaunchpadGestureEnabled -int 0

# Reset Launchpad, but keep the desktop wallpaper intact
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete
find "${HOME}/Library/Application Support/Dock" -maxdepth 1 -name "*-*.db" -delete

# Add iOS & Watch Simulator to Launchpad
#sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app"
Expand Down

0 comments on commit 092bfc4

Please sign in to comment.