Zsh has a nice globs extension feature:
% ls **/*.js
Hit Tab Turns It Into
% ls app/assets/javascripts/application.js vendor/assets/javascripts/Markdown.Converter.js
Is there any way to roll it back to the original version of glob? Or should I just disable the glob extension?
The reason I want is because when I am in the middle of glob debugging and I press Tab to double check something, there is no way to go back and complete the template. I have to start from scratch.
artemave
source share