mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added Pacman Size alias
Added an alias that shows installed packages by size, for easier cleaning.
This commit is contained in:
parent
62e555f906
commit
3da3cf4c1e
@ -31,6 +31,7 @@ alias \
|
||||
e="$EDITOR" \
|
||||
v="$EDITOR" \
|
||||
p="sudo pacman" \
|
||||
pz="pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | sort -h" \
|
||||
xi="sudo xbps-install" \
|
||||
xr="sudo xbps-remove -R" \
|
||||
xq="xbps-query" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user