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,5 +1,5 @@
_hyprpm_cmd_0 () {
hyprpm list | grep Plugin | awk '{print $4}'
hyprpm list | awk '/Plugin/{print $4}'
}
_hyprpm () {