diff --git a/common/bash.nix b/common/bash.nix index a2f42c5..92b7e52 100644 --- a/common/bash.nix +++ b/common/bash.nix @@ -1,5 +1,5 @@ { programs.bash.interactiveShellInit = '' - shopt -s autocd globstar failglob extglob checkwinsize + shopt -s autocd globstar nullglob extglob checkwinsize ''; }