aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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