[Fish] update `remove' abbreviation

This commit is contained in:
2021-03-31 16:22:50 +02:00
parent 8597280d17
commit ab7988f1b6
2 changed files with 5 additions and 5 deletions

View File

@@ -322,10 +322,10 @@ simply type =purge=. And if I want to simply seach among the =pacman= repos, I
can type =search=. Otherwise, if I want to include AUR results, Ill use =paru=.
#+NAME: pm-abbr
| abbreviation | command |
|--------------+--------------------|
| remove | sudo pacman -Rscnd |
| purge | paru -Sc |
| abbreviation | command |
|--------------+------------------|
| remove | sudo pacman -Rsc |
| purge | paru -Sc |
#+BEGIN_SRC fish
<<generate-abbr(table=pm-abbr)>>