added a pacsize alias

Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
Seaswimmer 2024-07-12 22:47:07 -04:00
parent 80f6e0e728
commit b2e43c49f7
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -15,6 +15,8 @@ alias nf="fastfetch"
alias ff="fastfetch"
alias uf="uwufetch"
alias aur="yay"
# this lists packages installed with pacman by size in megabytes
alias pacsize="pacman -Qi | egrep '^(Name|Installed)' | cut -f2 -d':' | paste - - | column -t | sort -nrk 2 | grep MiB | less"
alias htop="btop"
alias clip="xsel -ib"
alias driver="nvidia-smi"