mirror of
https://github.com/nix-community/home-manager
synced 2024-12-23 10:19:48 +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
|
||||
programs.fish.promptInit =
|
||||
programs.fish.interactiveShellInit =
|
||||
mkIf (cfg.enable && config.programs.fish.enable) ''
|
||||
function fish_prompt
|
||||
eval ${pkgs.powerline-go}/bin/powerline-go -error $status -jobs (count (jobs -p)) ${commandLineArguments}
|
||||
|
|
Loading…
Reference in a new issue