Completions: use only awk (#6763)

This commit is contained in:
Lincoln Yuji de Oliveira 2024-07-04 08:21:07 -03:00 committed by GitHub
parent e894d5e964
commit 0a6e83005f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
function _hyprpm_1
set 1 $argv[1]
hyprpm list | grep Plugin | awk '{print $4}'
hyprpm list | awk '/Plugin/{print $4}'
end
function _hyprpm