From ab7988f1b61f96ccdd90f6582ea5c63df0c43b34 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 31 Mar 2021 16:22:50 +0200 Subject: [PATCH] [Fish] update `remove' abbreviation --- .config/emacs/private/eshell-alias | 2 +- org/config/fish.org | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/emacs/private/eshell-alias b/.config/emacs/private/eshell-alias index 9f8d876..7c6af98 100644 --- a/.config/emacs/private/eshell-alias +++ b/.config/emacs/private/eshell-alias @@ -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 diff --git a/org/config/fish.org b/org/config/fish.org index 4e73526..a1a1e4e 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -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=. #+NAME: pm-abbr -| abbreviation | command | -|--------------+--------------------| -| remove | sudo pacman -Rscnd | -| purge | paru -Sc | +| abbreviation | command | +|--------------+------------------| +| remove | sudo pacman -Rsc | +| purge | paru -Sc | #+BEGIN_SRC fish <>