feat(macos): remove items in trash after 30 days
This commit is contained in:
parent
be5d117105
commit
e740ff2c85
1 changed files with 3 additions and 0 deletions
|
@ -325,6 +325,9 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true
|
|||
# Four-letter codes for the other view modes: `icnv`, `clmv`, `glyv`
|
||||
defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv"
|
||||
|
||||
# Enable auto-trash clear after 30 days
|
||||
defaults write com.apple.finder FXRemoveOldTrashItems -bool true
|
||||
|
||||
# Disable the warning before emptying the Trash
|
||||
# defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue