Merge pull request #68 from herrbischoff/recent-places
Increase Number of Recent Places
This commit is contained in:
commit
31c009d409
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user