home/bash: set a few shell options

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-24 11:11:28 +01:00
parent 0580da2dca
commit ec670da983
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

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