Increase Number of Recent Places

Reference https://gist.github.com/wesbos/f38ce56002292db71a82
This commit is contained in:
Vincent Klaiber 2015-10-29 15:11:02 +01:00 committed by Vincent Klaiber
parent e4e96f4cec
commit 9e00e22fcc

View File

@ -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