diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2019-09-07 12:29:51 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2019-09-07 12:29:51 +0200 |
commit | 9b1cf1fff98c80fa2c2b157f1a8716b79fb040c2 (patch) | |
tree | f748e7ad7cfb774299424f7d9801efa41f8c84d9 /roles/shell/bash/templates/bashrc.j2 | |
parent | c2b7cf8aa6de5e6ecf4bf9410c3f8395b43fd764 (diff) | |
download | Ansible-9b1cf1fff98c80fa2c2b157f1a8716b79fb040c2.tar.gz Ansible-9b1cf1fff98c80fa2c2b157f1a8716b79fb040c2.tar.zst Ansible-9b1cf1fff98c80fa2c2b157f1a8716b79fb040c2.zip |
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-rw-r--r-- | roles/shell/bash/templates/bashrc.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/shell/bash/templates/bashrc.j2 b/roles/shell/bash/templates/bashrc.j2 index 1bf94e7..d6db656 100644 --- a/roles/shell/bash/templates/bashrc.j2 +++ b/roles/shell/bash/templates/bashrc.j2 | |||
@@ -121,6 +121,7 @@ __prompt_command () { | |||
121 | PS1+="$green\u@\h$blue \w \$$d " | 121 | PS1+="$green\u@\h$blue \w \$$d " |
122 | } | 122 | } |
123 | 123 | ||
124 | NIX_PATH=nixpkgs=channel:nixpkgs-unstable | ||
124 | source /usr/share/fzf/key-bindings.bash | 125 | source /usr/share/fzf/key-bindings.bash |
125 | source /usr/share/fzf/completion.bash | 126 | source /usr/share/fzf/completion.bash |
126 | export FZF_COMPLETION_TRIGGER='#' | 127 | export FZF_COMPLETION_TRIGGER='#' |