From de2479559fff802c21f7dd2389eb576b3fae7eb6 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Mon, 6 Oct 2025 13:45:55 +0200 Subject: [PATCH] update .bashrc --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index d70c65e..306520b 100644 --- a/.bashrc +++ b/.bashrc @@ -177,7 +177,7 @@ fi # avp completions if [[ -x "$(command -v avp)" ]]; then - . <(avp completion) + . <(avp completion bash) fi # rustup completions @@ -190,7 +190,7 @@ if [[ -x "$(command -v fnm)" ]]; then fi # Fuzzy search -source /usr/share/doc/fzf/examples/key-bindings.bash +# source /usr/share/doc/fzf/examples/key-bindings.bash # thefuck if [[ -x "$(command -v thefuck)" ]]; then