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" }