diff --git a/.osx b/.osx index 1dbfd4641ed..48b0d449f0d 100755 --- a/.osx +++ b/.osx @@ -205,6 +205,9 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true # Finder: show status bar defaults write com.apple.finder ShowStatusBar -bool true +# Finder: show path bar +defaults write com.apple.finder ShowPathBar -bool true + # Finder: allow text selection in Quick Look defaults write com.apple.finder QLEnableTextSelection -bool true