summaryrefslogtreecommitdiff
path: root/roles/shell/bash/templates/bashrc.j2
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2019-08-21 09:49:01 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2019-08-21 09:49:01 +0200
commit80ed46d46999eff6a89f26622d4dd4900e3b2ce6 (patch)
tree1544cbfb9fcf5ce77bbfbc67a04ca507518e6fe3 /roles/shell/bash/templates/bashrc.j2
parente7270a0e65cbbf398d999db98278114d809244dc (diff)
downloadAnsible-80ed46d46999eff6a89f26622d4dd4900e3b2ce6.tar.gz
Ansible-80ed46d46999eff6a89f26622d4dd4900e3b2ce6.tar.zst
Ansible-80ed46d46999eff6a89f26622d4dd4900e3b2ce6.zip
New configuration as of 2019-08-21
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-rw-r--r--roles/shell/bash/templates/bashrc.j24
1 files changed, 4 insertions, 0 deletions
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 () {
121 PS1+="$green\u@\h$blue \w \$$d " 121 PS1+="$green\u@\h$blue \w \$$d "
122} 122}
123 123
124source /usr/share/fzf/key-bindings.bash
125source /usr/share/fzf/completion.bash
126export FZF_COMPLETION_TRIGGER='#'
127
124{% if "nodejs" in features.get(profile, []) %} 128{% if "nodejs" in features.get(profile, []) %}
125source /usr/share/nvm/init-nvm.sh 129source /usr/share/nvm/init-nvm.sh
126{% endif %} 130{% endif %}