X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAnsible.git;a=blobdiff_plain;f=roles%2Fshell%2Fbash%2Ftemplates%2Fbashrc.j2;fp=roles%2Fshell%2Fbash%2Ftemplates%2Fbashrc.j2;h=1bf94e7d3064f90a5bba7d94c44f0f80a0206d15;hp=2c5a999292339757da03e186af9e85f20bdd5e7f;hb=80ed46d46999eff6a89f26622d4dd4900e3b2ce6;hpb=e7270a0e65cbbf398d999db98278114d809244dc diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2 index 2c5a999..1bf94e7 100644 --- a/roles/shell/bash/templates/bashrc.j2 +++ b/roles/shell/bash/templates/bashrc.j2 @@ -121,6 +121,10 @@ __prompt_command () { PS1+="$green\u@\h$blue \w \$$d " } +source /usr/share/fzf/key-bindings.bash +source /usr/share/fzf/completion.bash +export FZF_COMPLETION_TRIGGER='#' + {% if "nodejs" in features.get(profile, []) %} source /usr/share/nvm/init-nvm.sh {% endif %}