summaryrefslogtreecommitdiff
path: root/roles/shell/bash/templates/bashrc.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/shell/bash/templates/bashrc.j2')
-rw-r--r--roles/shell/bash/templates/bashrc.j21
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
124NIX_PATH=nixpkgs=channel:nixpkgs-unstable
124source /usr/share/fzf/key-bindings.bash 125source /usr/share/fzf/key-bindings.bash
125source /usr/share/fzf/completion.bash 126source /usr/share/fzf/completion.bash
126export FZF_COMPLETION_TRIGGER='#' 127export FZF_COMPLETION_TRIGGER='#'