Functions that contain event handler switches should be sourced during init, otherwise they become active only after being called manually.
12 lines
388 B
Nix
12 lines
388 B
Nix
{
|
|
fish-abbrs = ./abbrs.nix;
|
|
fish-format-scripts = ./format-scripts.nix;
|
|
fish-functions = ./functions.nix;
|
|
fish-completions = ./completions.nix;
|
|
fish-no-functions = ./no-functions.nix;
|
|
fish-source-handlers = ./source-handlers.nix;
|
|
fish-plugins = ./plugins.nix;
|
|
fish-manpage = ./manpage.nix;
|
|
fish-binds = ./binds.nix;
|
|
fish-session-variables = ./session-variables.nix;
|
|
}
|