Skip to content

Commit

Permalink
Add status bar command
Browse files Browse the repository at this point in the history
  • Loading branch information
herrbischoff committed Oct 18, 2015
1 parent 459962d commit b94286f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b94286f

Please sign in to comment.