Increase Number of Recent Places
Reference https://gist.github.com/wesbos/f38ce56002292db71a82
This commit is contained in:
parent
e4e96f4cec
commit
9e00e22fcc
@ -387,6 +387,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