Fix fzf completion

This commit is contained in:
Pim Kunis 2023-06-12 00:04:31 +02:00
parent 2cf0a9507b
commit b60b1ff4d0
2 changed files with 5 additions and 1 deletions

View file

@ -31,5 +31,5 @@ _fzf_comprun() {
esac
}
source /usr/share/doc/fzf/examples/completion.bash
source /usr/share/doc/fzf/examples/key-bindings.bash
source ~/repos/fzf/shell/completion.bash

View file

@ -21,3 +21,7 @@
copy:
src: "{{ role_path }}/files/fzf.bashrc"
dest: ~/.bashrc.d/fzf.bashrc
- name: Clone fzf repository
git:
repo: https://github.com/junegunn/fzf.git
dest: ~/repos/fzf