[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 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
|
||||
|
@ -323,8 +323,8 @@ can type =search=. Otherwise, if I want to include AUR results, I’ll use =paru
|
||||
|
||||
#+NAME: pm-abbr
|
||||
| abbreviation | command |
|
||||
|--------------+--------------------|
|
||||
| remove | sudo pacman -Rscnd |
|
||||
|--------------+------------------|
|
||||
| remove | sudo pacman -Rsc |
|
||||
| purge | paru -Sc |
|
||||
|
||||
#+BEGIN_SRC fish
|
||||
|
Loading…
Reference in New Issue
Block a user