added notes on installing pacman-contrib and created alias clean_cache

This commit is contained in:
tomit4 2022-04-18 17:19:32 -07:00
parent 0a9895a41d
commit 169ede143b
2 changed files with 5 additions and 2 deletions

View file

@ -7,3 +7,7 @@ awk '!($2="")'
add notation about tr (translate command):
replace every newline with a single space:
tr '\n' ' '
Install pacman-contrib for tool paccache
doas pacman -S pacman-contrib