From decbdebc6e4053e255976e23cd71a14d4c9b7fc6 Mon Sep 17 00:00:00 2001
From: Jens Nolte <git@queezle.net>
Date: Sun, 7 Feb 2021 15:17:45 +0100
Subject: [PATCH] zsh: disable extended glob

---
 layers/zsh.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/layers/zsh.nix b/layers/zsh.nix
index a6f82be..d997109 100644
--- a/layers/zsh.nix
+++ b/layers/zsh.nix
@@ -85,7 +85,6 @@ in
     "hist_ignore_all_dups"
     "inc_append_history"
     "hist_fcntl_lock"
-    "extended_glob"
   ];
 
   programs.zsh.interactiveShellInit = ''
-- 
GitLab