diff --git a/modules/programs/starship.nix b/modules/programs/starship.nix index 9aac53545..58ec518af 100644 --- a/modules/programs/starship.nix +++ b/modules/programs/starship.nix @@ -100,7 +100,7 @@ in { programs.bash.initExtra = mkIf cfg.enableBashIntegration '' if [[ $TERM != "dumb" && (-z $INSIDE_EMACS || $INSIDE_EMACS == "vterm") ]]; then - eval "$(${starshipCmd} init bash)" + eval "$(${starshipCmd} init bash --print-full-init)" fi '';