Add status bar command

This commit is contained in:
Marcel Bischoff 2015-10-18 19:33:29 +02:00
parent 459962d9e8
commit b94286fdab

View File

@ -368,6 +368,11 @@ Possible values: `WhenScrolling`, `Automatic` and `Always`.
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
```
#### Show Status Bar
```bash
defaults write com.apple.finder ShowStatusBar -bool true
```
#### Save to Disk by Default
Sets default save target to be a local disk, not iCloud.
```bash