mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
parent
6c7a031367
commit
a43e7112e5
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.fish.promptInit = mkIf cfg.enableFishIntegration ''
|
programs.fish.promptInit = mkIf cfg.enableFishIntegration ''
|
||||||
if test -z "$INSIDE_EMACS"
|
if test [[ "$TERM" != "dumb" -a \( -n "$INSIDE_EMACS" -o "$INSIDE_EMACS" == "vterm" \) ]]
|
||||||
eval (${cfg.package}/bin/starship init fish)
|
eval (${cfg.package}/bin/starship init fish)
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue