| programs.fish.enable | Whether to configure fish as an interactive shell.
|
| programs.fish.shellInit | Shell script code called during fish shell initialisation.
|
| programs.fish.shellAbbrs | Set of fish abbreviations.
|
| programs.fish.package | The fish package to use.
|
| programs.fish.promptInit | Shell script code used to initialise fish prompt.
|
| programs.fish.loginShellInit | Shell script code called during fish login shell initialisation.
|
| programs.fish.shellAliases | Set of aliases for fish shell, which overrides environment.shellAliases
|
| programs.fish.useBabelfish | If enabled, the configured environment will be translated to native fish using babelfish
|
| programs.fish.interactiveShellInit | Shell script code called during interactive fish shell initialisation.
|
| programs.fish.extraCompletionPackages | Additional packages to generate completions from, if programs.fish.generateCompletions is enabled.
|
| programs.fish.generateCompletions | Whether to enable generating completion files from man pages.
|