[Fish] update `remove' abbreviation

This commit is contained in:
Lucien Cartier-Tilet 2021-03-31 16:22:50 +02:00
parent 8597280d17
commit ab7988f1b6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ alias mp3 youtube-dl -x --audio-format flac --audio-quality 0 $*
alias wget wget -c $*
alias rsync rsync -ruvtEhl --progress $*
alias remove sudo pacman -Rscnd $*
alias remove sudo pacman -Rsc $*
alias gpumeminfo grep -i --color memory /var/log/Xorg.0.log
alias diskspace sudo df -h | grep -E "sd|lv|Size" | sort

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)>>