From c378c2058f626dad4929336127769968f5effbde Mon Sep 17 00:00:00 2001 From: tricinel Date: Sat, 24 Oct 2015 09:35:32 +0200 Subject: [PATCH] Add command to empty trash and improve shell startup speed --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc97423..cbfe649 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,12 @@ textutil -convert html file.ext ### Files and Folders +#### Empty Trash on all Mounted Volumes and the Main HDD +Also, clear Appleā€™s System Logs that will improve your shell startup speed +```bash +sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl +``` + #### Hide Folder in Finder ```bash chflags hidden /path/to/folder/