Created
July 5, 2018 12:55
-
-
Save mixn/782901488fe15ac4394168cec4a571db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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