home/bash: set a few shell options

This commit is contained in:
2025-03-24 11:11:28 +01:00
parent 0580da2dca
commit ec670da983

@ -7,5 +7,10 @@
bashrcExtra = ''
source "${config.xdg.configHome}/mutable_env.sh"
'';
shellOptions = [
"histappend"
"checkwinsize"
"checkjobs"
];
};
}