puter/common/bash.nix
2024-12-29 22:24:17 +01:00

6 lines
111 B
Nix

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