Skip to content

Commit

Permalink
.osx: Fix ShowPathBar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Semelenov authored and Thorsten Rinne committed Dec 12, 2014
1 parent 7327d37 commit d5c1f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .osx
Expand Up @@ -219,7 +219,7 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true
defaults write com.apple.finder ShowStatusBar -bool true

# Finder: show path bar
defaults write com.apple.finder ShowPathBar -bool true
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 d5c1f51

Please sign in to comment.