mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
This adds a new `programs.bash.logout` option which configures the Bash
logout script.
Carefully note that the stock Bash does not support a global logout
script and only supports user-local logout scripts in `~/.bash_logout`.
However, Nixpkgs patches Bash to support a global `/etc/bash_logout`
script here:
|
||
|---|---|---|
| .. | ||
| bash-completion.nix | ||
| bash.nix | ||
| blesh.nix | ||
| inputrc | ||
| ls-colors.nix | ||
| undistract-me.nix | ||