mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 07:34:17 +00: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
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.fish.shellInit = mkIf cfg.enableFishIntegration ''
|
programs.fish.promptInit = mkIf cfg.enableFishIntegration ''
|
||||||
if test -z "$INSIDE_EMACS"
|
if test -z "$INSIDE_EMACS"
|
||||||
eval (${cfg.package}/bin/starship init fish)
|
eval (${cfg.package}/bin/starship init fish)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue