addet error code message
This commit is contained in:
parent
f1f028116e
commit
5a65e14311
1 changed files with 5 additions and 1 deletions
6
.bashrc
6
.bashrc
|
@ -229,7 +229,11 @@ fi
|
||||||
|
|
||||||
# ─< Key bindings >───────────────────────────────────────────────────────────────────────
|
# ─< Key bindings >───────────────────────────────────────────────────────────────────────
|
||||||
# source /usr/share/doc/fzf/examples/completion.bash
|
# source /usr/share/doc/fzf/examples/completion.bash
|
||||||
source ~/.fzf.bash
|
if [ -f $HOME/.fzf.bash]; then
|
||||||
|
source $HOME/.fzf.bash
|
||||||
|
else
|
||||||
|
echo_error "fzf completion script not found"
|
||||||
|
fi
|
||||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||||
# ─< Use fzf for completion >─────────────────────────────────────────────────────────────
|
# ─< Use fzf for completion >─────────────────────────────────────────────────────────────
|
||||||
bind -x '"\t": fzf-completion'
|
bind -x '"\t": fzf-completion'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue