[Fish] update `remove' abbreviation
This commit is contained in:
parent
8597280d17
commit
ab7988f1b6
@ -36,7 +36,7 @@ alias mp3 youtube-dl -x --audio-format flac --audio-quality 0 $*
|
|||||||
alias wget wget -c $*
|
alias wget wget -c $*
|
||||||
alias rsync rsync -ruvtEhl --progress $*
|
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 gpumeminfo grep -i --color memory /var/log/Xorg.0.log
|
||||||
alias diskspace sudo df -h | grep -E "sd|lv|Size" | sort
|
alias diskspace sudo df -h | grep -E "sd|lv|Size" | sort
|
||||||
|
@ -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, I’ll use =paru=.
|
can type =search=. Otherwise, if I want to include AUR results, I’ll use =paru=.
|
||||||
|
|
||||||
#+NAME: pm-abbr
|
#+NAME: pm-abbr
|
||||||
| abbreviation | command |
|
| abbreviation | command |
|
||||||
|--------------+--------------------|
|
|--------------+------------------|
|
||||||
| remove | sudo pacman -Rscnd |
|
| remove | sudo pacman -Rsc |
|
||||||
| purge | paru -Sc |
|
| purge | paru -Sc |
|
||||||
|
|
||||||
#+BEGIN_SRC fish
|
#+BEGIN_SRC fish
|
||||||
<<generate-abbr(table=pm-abbr)>>
|
<<generate-abbr(table=pm-abbr)>>
|
||||||
|
Loading…
Reference in New Issue
Block a user