mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
starship: use promptInit
for fish
This commit is contained in:
parent
f0fe18cd22
commit
7b7499dd70
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in {
|
|||
fi
|
||||
'';
|
||||
|
||||
programs.fish.shellInit = mkIf cfg.enableFishIntegration ''
|
||||
programs.fish.promptInit = mkIf cfg.enableFishIntegration ''
|
||||
if test -z "$INSIDE_EMACS"
|
||||
eval (${cfg.package}/bin/starship init fish)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue