1
0

add completion for avp command

This commit is contained in:
Karsten Hachmeister
2025-02-07 10:13:05 +01:00
parent 6be443c8e3
commit 03ae3b7bb8

View File

@@ -7,6 +7,10 @@ if status is-interactive
atuin gen-completions --shell fish | source
end
if command -q avp
avp completion fish | source
end
# bat
if command -q bat
alias cat="bat -pp"