Skip to content

Commit

Permalink
.osx: Show the path bar in Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Suttle authored and mathiasbynens committed Mar 9, 2013
1 parent 3b019ae commit 032d399
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 032d399

Please sign in to comment.