]> git.immae.eu Git - perso/Immae/Config/Ansible.git/blobdiff - roles/shell/bash/templates/bashrc.j2
New configuration as of 2019-08-21
[perso/Immae/Config/Ansible.git] / roles / shell / bash / templates / bashrc.j2
index 2c5a999292339757da03e186af9e85f20bdd5e7f..1bf94e7d3064f90a5bba7d94c44f0f80a0206d15 100644 (file)
@@ -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 %}