diff options
author | Kevin Suttle <kevin@kevinsuttle.com> | 2013-03-09 13:04:44 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-09 13:05:12 +0100 |
commit | 032d399f9ed9523142f58f362dab02d64fe9715e (patch) | |
tree | fb6efa15f9647f12436457a4a092c408fba3fccd | |
parent | 3b019aeabb527754dc1b6fb7af0270d0ab54313b (diff) | |
download | dotfiles-032d399f9ed9523142f58f362dab02d64fe9715e.tar.gz dotfiles-032d399f9ed9523142f58f362dab02d64fe9715e.tar.bz2 dotfiles-032d399f9ed9523142f58f362dab02d64fe9715e.zip |
.osx: Show the path bar in Finder
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |