Fix fzf completion
This commit is contained in:
parent
2cf0a9507b
commit
b60b1ff4d0
2 changed files with 5 additions and 1 deletions
|
@ -31,5 +31,5 @@ _fzf_comprun() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
source /usr/share/doc/fzf/examples/completion.bash
|
|
||||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||||
|
source ~/repos/fzf/shell/completion.bash
|
||||||
|
|
|
@ -21,3 +21,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: "{{ role_path }}/files/fzf.bashrc"
|
src: "{{ role_path }}/files/fzf.bashrc"
|
||||||
dest: ~/.bashrc.d/fzf.bashrc
|
dest: ~/.bashrc.d/fzf.bashrc
|
||||||
|
- name: Clone fzf repository
|
||||||
|
git:
|
||||||
|
repo: https://github.com/junegunn/fzf.git
|
||||||
|
dest: ~/repos/fzf
|
||||||
|
|
Reference in a new issue