Skip to content

Instantly share code, notes, and snippets.

@mixn
Created July 5, 2018 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mixn/782901488fe15ac4394168cec4a571db to your computer and use it in GitHub Desktop.
Save mixn/782901488fe15ac4394168cec4a571db to your computer and use it in GitHub Desktop.
# Remove items from the Trash after 30 days
defaults write com.apple.finder FXRemoveOldTrashItems -bool true
# Keep folders on top when sorting by name
defaults write com.apple.finder _FXSortFoldersFirst -bool true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment