zsh: set noextendglob to fix problems with '#' in nix

This commit is contained in:
PowerUser64 2024-06-19 00:52:49 -07:00
parent 8b84afc58b
commit d7ed5dfbcf

2
.zshrc
View file

@ -112,7 +112,7 @@ alias nix='noglob nix'
## ZSH Options >>>
{
# setopt correct # Auto correct mistakes
setopt extendedglob # Extended globbing. Allows using regular expressions with *
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