| options/darwin/programs.bash.enable | Whether to configure bash as an interactive shell.
|
| options/home-manager/programs.bash.enable | Whether to enable GNU Bourne-Again SHell.
|
| options/home-manager/programs.bash.initExtra | Extra commands that should be run when initializing an
interactive shell.
|
| options/nixos/programs.bash.shellInit | Shell script code called during bash shell initialisation.
|
| options/nixos/programs.bash.logout | Shell script code called during login bash shell logout.
|
| options/home-manager/programs.bash.package | The bash package to use.
|
| options/nixos/programs.bash.lsColorsFile | Alternative colorscheme for ls colors
|
| options/nixos/programs.bash.promptInit | Shell script code used to initialise the bash prompt.
|
| options/home-manager/programs.bash.logoutExtra | Extra commands that should be run when logging out of an
interactive shell.
|
| options/home-manager/programs.bash.historyFile | Location of the bash history file.
|
| options/home-manager/programs.bash.historySize | Number of history lines to keep in memory.
|
| options/nixos/programs.bash.loginShellInit | Shell script code called during login bash shell initialisation.
|
| options/nixos/programs.bash.enableLsColors | Whether to enable extra colors in directory listings.
|
| options/home-manager/programs.bash.profileExtra | Extra commands that should be run when initializing a login
shell.
|
| options/home-manager/programs.bash.shellOptions | Shell options to set
|
| options/home-manager/programs.bash.historyFileSize | Number of history lines to keep on file.
|
| options/home-manager/programs.bash.bashrcExtra | Extra commands that should be placed in ~/.bashrc
|
| options/nixos/programs.bash.enable | Whenever to configure Bash as an interactive shell
|
| options/home-manager/programs.bash.historyIgnore | List of commands that should not be saved to the history list.
|
| options/nixos/programs.bash.shellAliases | Set of aliases for bash shell, which overrides environment.shellAliases
|
| options/home-manager/programs.bash.shellAliases | An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs.
|
| options/home-manager/programs.bash.historyControl | Controlling how commands are saved on the history list.
|
| options/home-manager/programs.bash.sessionVariables | Environment variables that will be set for the Bash session.
|
| options/nixos/programs.bash.vteIntegration | Whether to enable Bash integration for VTE terminals
|
| options/nixos/programs.bash.interactiveShellInit | Shell script code called during interactive bash shell initialisation.
|
| options/darwin/programs.bash.interactiveShellInit | Shell script code called during interactive bash shell initialisation.
|
| options/home-manager/programs.bash.enableVteIntegration | Whether to enable integration with terminals using the VTE
library
|
| options/home-manager/programs.bash.enableCompletion | Whether to enable Bash completion for all interactive Bash shells
|