+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+114
nixos/modules/programs/fish.nix
+114
nixos/modules/programs/fish.nix
···+set fish_function_path $fish_function_path ${pkgs.fish-foreign-env}/share/fish-foreign-env/functions
+28
pkgs/shells/fish-foreign-env/default.nix
+28
pkgs/shells/fish-foreign-env/default.nix
···
+216
pkgs/shells/fish/builtin_status.patch
+216
pkgs/shells/fish/builtin_status.patch
···+diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish+@@ -101,7 +101,7 @@ function __fish_config_interactive -d "Initializations that should be performed+@@ -128,14 +128,14 @@ function __fish_config_interactive -d "Initializations that should be performed+function __fish_repaint --on-variable fish_color_cwd --description "Event handler, repaints the prompt when fish_color_cwd changes"+function __fish_repaint_root --on-variable fish_color_cwd_root --description "Event handler, repaints the prompt when fish_color_cwd_root changes"+@@ -191,7 +191,7 @@ function __fish_config_interactive -d "Initializations that should be performed+@@ -728,7 +728,7 @@ for var in repaint describe_style show_informative_status showdirtystate showsta+function __fish_git_prompt_repaint $varargs --description "Event handler, repaints prompt when functionality changes"+for name in cleanstate dirtystate invalidstate stagedstate stateseparator untrackedfiles upstream_ahead upstream_behind+@@ -746,7 +746,7 @@ for var in '' _prefix _suffix _bare _merging _cleanstate _invalidstate _upstream+function __fish_git_prompt_repaint_color $varargs --description "Event handler, repaints prompt when any color changes"+@@ -766,7 +766,7 @@ for var in cleanstate dirtystate invalidstate stagedstate stashstate statesepara+function __fish_git_prompt_repaint_char $varargs --description "Event handler, repaints prompt when any char changes"+@@ -40,7 +40,7 @@ function psub --description "Read from stdin into a file and output the filename+diff --git a/share/tools/web_config/sample_prompts/classic_git.fish b/share/tools/web_config/sample_prompts/classic_git.fish+function __fish_repaint_user --on-variable fish_color_user --description "Event handler, repaint when fish_color_user changes"+function __fish_repaint_host --on-variable fish_color_host --description "Event handler, repaint when fish_color_host changes"+function __fish_repaint_status --on-variable fish_color_status --description "Event handler; repaint when fish_color_status changes"+function __fish_repaint_bind_mode --on-variable fish_key_bindings --description "Event handler; repaint when fish_key_bindings changes"
+16
-1
pkgs/shells/fish/default.nix
+16
-1
pkgs/shells/fish/default.nix
···-{ stdenv, fetchurl, ncurses, nettools, python, which, groff, gettext, man_db, bc, libiconv, coreutils }:······
+17
pkgs/shells/fish/etc_config.patch
+17
pkgs/shells/fish/etc_config.patch
···