X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=roles%2Fshell%2Fbash%2Ftemplates%2Fbashrc.j2;h=d6db656bc6d4cc160c9a1659c4916ac676edabd5;hb=HEAD;hp=2c5a999292339757da03e186af9e85f20bdd5e7f;hpb=2fdf2f6d26026f2e1875e108ad9f0391c9d7f77e;p=perso%2FImmae%2FConfig%2FAnsible.git diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2 index 2c5a999..d6db656 100644 --- a/roles/shell/bash/templates/bashrc.j2 +++ b/roles/shell/bash/templates/bashrc.j2 @@ -121,6 +121,11 @@ __prompt_command () { PS1+="$green\u@\h$blue \w \$$d " } +NIX_PATH=nixpkgs=channel:nixpkgs-unstable +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 %}