From e5aabc64946472f3661bb107683ee6ffce3454f1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 7 Jul 2023 07:36:51 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index 72ce6cec..9e60d95e 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -1,11 +1,12 @@ { config, pkgs, ... }: { # Configure BASH exports + # https://nix-community.github.io/home-manager/options.html programs.powerline-go.enable = true; programs = { bash = { enable = true; enableCompletion = true; - promptInit = '' + bashrcExtra = '' sops-edit() { nix-shell -p sops --run "sops $1" }