From d7ed5dfbcf40672046332dcc7df63c75f1b61ce3 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 19 Jun 2024 00:52:49 -0700 Subject: [PATCH] zsh: set noextendglob to fix problems with '#' in nix --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index e783bce..cf3018c 100644 --- a/.zshrc +++ b/.zshrc @@ -111,8 +111,8 @@ alias nix='noglob nix' ## ZSH Options >>> { - # setopt correct # Auto correct mistakes - setopt extendedglob # Extended globbing. Allows using regular expressions with * + # setopt correct # Auto correct mistakes + setopt noextendedglob # Extended globbing. Allows using regular expressions with * [ -z "$TERMUX_VERSION" ] && setopt nocaseglob # Case insensitive globbing (and fix for termux) setopt rcexpandparam # Array expension with parameters