1
0

update .bashrc

This commit is contained in:
Karsten Hachmeister
2025-10-06 13:45:55 +02:00
parent 5632fa794b
commit de2479559f

View File

@@ -177,7 +177,7 @@ fi
# avp completions # avp completions
if [[ -x "$(command -v avp)" ]]; then if [[ -x "$(command -v avp)" ]]; then
. <(avp completion) . <(avp completion bash)
fi fi
# rustup completions # rustup completions
@@ -190,7 +190,7 @@ if [[ -x "$(command -v fnm)" ]]; then
fi fi
# Fuzzy search # Fuzzy search
source /usr/share/doc/fzf/examples/key-bindings.bash # source /usr/share/doc/fzf/examples/key-bindings.bash
# thefuck # thefuck
if [[ -x "$(command -v thefuck)" ]]; then if [[ -x "$(command -v thefuck)" ]]; then