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