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"