From 29f54e7a5c07e3b0c13b920727d3276f0af2e6f9 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 29 Dec 2024 22:24:17 +0100 Subject: [PATCH] bash --- common/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; }