mirror of
https://github.com/nix-community/home-manager
synced 2025-01-11 03:29:50 +01:00
parent
158bc59398
commit
cf4866d218
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# https://github.com/justjanne/powerline-go#fish
|
# https://github.com/justjanne/powerline-go#fish
|
||||||
programs.fish.promptInit =
|
programs.fish.interactiveShellInit =
|
||||||
mkIf (cfg.enable && config.programs.fish.enable) ''
|
mkIf (cfg.enable && config.programs.fish.enable) ''
|
||||||
function fish_prompt
|
function fish_prompt
|
||||||
eval ${pkgs.powerline-go}/bin/powerline-go -error $status -jobs (count (jobs -p)) ${commandLineArguments}
|
eval ${pkgs.powerline-go}/bin/powerline-go -error $status -jobs (count (jobs -p)) ${commandLineArguments}
|
||||||
|
|
Loading…
Reference in a new issue