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