Merge pull request #68 from herrbischoff/recent-places

Increase Number of Recent Places
This commit is contained in:
Marcel Bischoff 2015-10-29 16:52:41 +01:00
commit 31c009d409

View File

@ -393,6 +393,12 @@ defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
chflags nohidden ~/Library chflags nohidden ~/Library
``` ```
#### Increase Number of Recent Places
```bash
defaults write .GlobalPreferences NSNavRecentPlacesLimit -int 10 && \
killall Finder
```
### Layout ### Layout
#### Disable Smooth Scrolling #### Disable Smooth Scrolling