diff --git a/README.md b/README.md index 115f96d..16d3af3 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,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