aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Suttle <kevin@kevinsuttle.com>2013-03-09 13:04:44 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-09 13:05:12 +0100
commit032d399f9ed9523142f58f362dab02d64fe9715e (patch)
treefb6efa15f9647f12436457a4a092c408fba3fccd
parent3b019aeabb527754dc1b6fb7af0270d0ab54313b (diff)
downloaddotfiles-032d399f9ed9523142f58f362dab02d64fe9715e.tar.gz
dotfiles-032d399f9ed9523142f58f362dab02d64fe9715e.tar.bz2
dotfiles-032d399f9ed9523142f58f362dab02d64fe9715e.zip
.osx: Show the path bar in Finder
-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