update .bashrc
This commit is contained in:
4
.bashrc
4
.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
|
||||
|
||||
Reference in New Issue
Block a user