puter/common/bash.nix
2024-08-18 14:54:44 +02:00

6 lines
111 B
Nix

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