zsh: set noextendglob to fix problems with '#' in nix
This commit is contained in:
parent
8b84afc58b
commit
d7ed5dfbcf
1 changed files with 2 additions and 2 deletions
2
.zshrc
2
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue