Add completions for pueue
This commit is contained in:
parent
631c96f2cc
commit
16ee52c334
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue