fixed an inaccurate comment in the aliases file
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
b2e43c49f7
commit
8aefdb436c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue