Add command to empty trash and improve shell startup speed
This commit is contained in:
parent
28307e49e5
commit
c378c2058f
@ -321,6 +321,12 @@ textutil -convert html file.ext
|
|||||||
|
|
||||||
### Files and Folders
|
### 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
|
#### Hide Folder in Finder
|
||||||
```bash
|
```bash
|
||||||
chflags hidden /path/to/folder/
|
chflags hidden /path/to/folder/
|
||||||
|
Loading…
Reference in New Issue
Block a user