Update .config/fish/functions/pkgsearch.fish
This commit is contained in:
parent
69eff01fd3
commit
30e186c979
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ function pkgsearch -d "Search the core/extra/AUR repos for a package" -a search
|
||||||
set -f query ""
|
set -f query ""
|
||||||
|
|
||||||
if set -q search
|
if set -q search
|
||||||
set query "--query $search"
|
set query "--query=$search"
|
||||||
end
|
end
|
||||||
|
|
||||||
set -f res (yay -Slq | command fzf --multi --preview 'yay -Si {}' --height=90% --layout=reverse "$query")
|
set -f res (yay -Slq | command fzf --multi --preview 'yay -Si {}' --height=90% --layout=reverse "$query")
|
||||||
|
|
Loading…
Reference in a new issue