fixed an inaccurate comment in the aliases file

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

View file

@ -15,7 +15,7 @@ alias nf="fastfetch"
alias ff="fastfetch"
alias uf="uwufetch"
alias aur="yay"
# this lists packages installed with pacman by size in megabytes
# this lists packages installed with pacman by size in mebibytes
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"