Add completions for pueue

This commit is contained in:
Alex 2024-05-28 14:35:58 +02:00
parent 631c96f2cc
commit 16ee52c334
Signed by: l-x
GPG key ID: 0B7107C9393169F4

View file

@ -39,3 +39,7 @@ end
if test -x "$(which direnv)"
direnv hook fish | source
end
if test -x "$(which pueue)"
pueue completions fish | source
end