From 03ae3b7bb8dea805cfc760f24099d4bb64918b06 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Fri, 7 Feb 2025 10:13:05 +0100 Subject: [PATCH] add completion for avp command --- .config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e63e56e..17075a0 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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"