update then clean

This commit is contained in:
Mylloon 2024-03-29 01:34:11 +01:00
parent 30a6fa464d
commit 482fd90acc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -5,7 +5,7 @@ abbr .... "cd ../../.."
abbr ..... "cd ../../../.."
abbr ...... "cd ../../../../.."
abbr - "cd -"
abbr bigupdate "paru -Syu --noconfirm && tldr --update && yes"
abbr bigupdate "paru -Syu --noconfirm && pacman-clean && tldr --update && yes"
abbr cat "bat -pp"
abbr c command # Cancel abbreviation, alias of \
abbr cd.. "cd .."
@ -29,3 +29,4 @@ abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
abbr grp "git remote prune origin"
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
abbr ls "eza --icons"
abbr topgrade "topgrade; pacman-clean"