update then clean
This commit is contained in:
parent
30a6fa464d
commit
482fd90acc
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue