nixos/starship: skip one program invocation on each shell init (#490728)
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user