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