Zsh D
glob qualifier:
sets the GLOB_DOTS option for the current pattern
∙> echo *git*
zsh: no matches found: *git*
1> echo *git*(D)
.git .gitattributes .github .gitignore
∙>
Music-obsessed software geek. One of Breakmaster Cylinder’s Internet weirdos. He/him.
Zsh D
glob qualifier:
sets the GLOB_DOTS option for the current pattern
∙> echo *git*
zsh: no matches found: *git*
1> echo *git*(D)
.git .gitattributes .github .gitignore
∙>