From 032d399f9ed9523142f58f362dab02d64fe9715e Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Sat, 9 Mar 2013 13:04:44 +0100 Subject: .osx: Show the path bar in Finder --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 1dbfd46..48b0d44 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 -- cgit v1.2.3