From b94286fdab71bfdc5cb39543f1efb3248ee6bd4c Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sun, 18 Oct 2015 19:33:29 +0200 Subject: [PATCH] Add status bar command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e1fbbc..c313c0c 100644 --- a/README.md +++ b/README.md @@ -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