Skip to content

Commit

Permalink
.macos: Keep folders on top when sorting files by name in Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 4, 2016
1 parent 2ecd7fd commit b4974da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .macos
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ defaults write com.apple.finder ShowPathbar -bool true
# Display full POSIX path as Finder window title
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true

# Keep folders on top when sorting by name
defaults write com.apple.finder _FXSortFoldersFirst -bool true

# When performing a search, search the current folder by default
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"

Expand Down

0 comments on commit b4974da

Please sign in to comment.