puter/common/bash.nix
2024-04-21 17:49:50 +02:00

6 lines
112 B
Nix

{
programs.bash. interactiveShellInit = ''
shopt -s autocd globstar failglob extglob checkwinsize
'';
}