Add pathbar command

This commit is contained in:
Marcel Bischoff 2015-10-18 19:32:06 +02:00
parent 9e49a8a00f
commit 459962d9e8

View File

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