diff --git a/README.md b/README.md index 9affc89..0343263 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,12 @@ defaults write com.apple.finder _FXShowPosixPathInTitle -bool true chflags nohidden ~/Library ``` +#### Increase Number of Recent Places +```bash +defaults write .GlobalPreferences NSNavRecentPlacesLimit -int 10 && \ +killall Finder +``` + ### Layout #### Disable Smooth Scrolling