config/shell/arch: remove file list package name prefix
This commit is contained in:
parent
dc536f0090
commit
7aaa7ebabc
|
@ -53,7 +53,7 @@ yas() {
|
||||||
# List installed packages into fzf and remove selection
|
# List installed packages into fzf and remove selection
|
||||||
# Tip: use -e to list only explicitly installed packages
|
# Tip: use -e to list only explicitly installed packages
|
||||||
yar() {
|
yar() {
|
||||||
pkg=$(yay --color=always -Q "$@" | yzf 1 --tiebreak=length --preview="yay --color always -Qli {1}")
|
pkg=$(yay --color=always -Q "$@" | yzf 1 --tiebreak=length --preview="yay --color always -Qli {1} | sed 's/^[^a-z]*m{1}//'")
|
||||||
if test -n "$pkg"
|
if test -n "$pkg"
|
||||||
then echo "Removing $pkg..."
|
then echo "Removing $pkg..."
|
||||||
cmd="yay -R --cascade --recursive $pkg"
|
cmd="yay -R --cascade --recursive $pkg"
|
||||||
|
|
Loading…
Reference in New Issue