Add pathbar command
This commit is contained in:
parent
9e49a8a00f
commit
459962d9e8
@ -357,6 +357,11 @@ defaults write com.apple.finder CreateDesktop -bool false && killall Finder
|
||||
defaults write com.apple.finder CreateDesktop -bool true && killall Finder
|
||||
```
|
||||
|
||||
#### Show Path Bar
|
||||
```bash
|
||||
defaults write com.apple.finder ShowPathbar -bool true
|
||||
```
|
||||
|
||||
#### Scrollbar Visibility
|
||||
Possible values: `WhenScrolling`, `Automatic` and `Always`.
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user