add completion for avp command
This commit is contained in:
@@ -7,6 +7,10 @@ if status is-interactive
|
|||||||
atuin gen-completions --shell fish | source
|
atuin gen-completions --shell fish | source
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if command -q avp
|
||||||
|
avp completion fish | source
|
||||||
|
end
|
||||||
|
|
||||||
# bat
|
# bat
|
||||||
if command -q bat
|
if command -q bat
|
||||||
alias cat="bat -pp"
|
alias cat="bat -pp"
|
||||||
|
|||||||
Reference in New Issue
Block a user