mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
parent
761b3d0c12
commit
a5999a62cd
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.fish.shellInit = mkIf cfg.enableFishIntegration ''
|
programs.fish.shellInit = mkIf cfg.enableFishIntegration ''
|
||||||
if [ -z "$INSIDE_EMACS" ]; then
|
if test -z "$INSIDE_EMACS"
|
||||||
eval (${pkgs.starship}/bin/starship init fish)
|
eval (${pkgs.starship}/bin/starship init fish)
|
||||||
fi
|
end
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue