From 9b1cf1fff98c80fa2c2b157f1a8716b79fb040c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 7 Sep 2019 12:29:51 +0200 Subject: Add backup script --- roles/shell/bash/templates/bashrc.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/shell/bash') 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 () { 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='#' -- cgit v1.2.3