nixos/starship: skip one program invocation on each shell init (#490728)

This commit is contained in:
Fernando Rodrigues
2026-02-16 03:00:44 +00:00
committed by GitHub
+1 -1
View File
@@ -118,7 +118,7 @@ in
if [[ ! -f "$HOME/.config/starship.toml" ]]; then
export STARSHIP_CONFIG=${settingsFile}
fi
eval "$(${cfg.package}/bin/starship init bash)"
eval "$(${cfg.package}/bin/starship init bash --print-full-init)"
fi
'';