aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 7ef7f6f..98fc46e 100755
--- a/.osx
+++ b/.osx
@@ -35,6 +35,9 @@ defaults write com.apple.finder DisableAllAnimations -bool true
# Show all filename extensions in Finder
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
+# Show status bar in Finder
+defaults write com.apple.finder ShowStatusBar -bool true
+
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true