nix-config/users/modules/common/bash.nix

8 lines
No EOL
106 B
Nix

{ pkgs, ... }:
{
programs.bash = {
enable = true;
historyFile = "~/.cache/bash_history";
};
}