puter/common/bash.nix

6 lines
112 B
Nix
Raw Normal View History

2024-03-08 21:46:46 +00:00
{
2024-04-21 15:49:50 +00:00
programs.bash. interactiveShellInit = ''
shopt -s autocd globstar failglob extglob checkwinsize
'';
2024-03-08 21:46:46 +00:00
}