Roeniss Moon
537807c863
feat(alias-finder): use ripgrep if possible ( #13043 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
8 months ago
Roeniss Moon
506cedb7ca
chore(alias-finder): code style ( #13038 )
12 months ago
Roeniss Moon
1de190e439
fix(alias-finder): early return on cmd len <2 ( #13030 )
12 months ago
Tim Abell
0c9b42a863
docs(alias-finder): add some examples ( #12502 )
2 years ago
Roeniss Moon
13a8e3d98a
feat(alias-finder): add cheaper option and apply zstyle options ( #11773 )
3 years ago
Jacob Tomaw
1ba0af650a
Use safer append to hook function arrays ( #8406 )
...
Use add-zsh-hook to add functions to hooks. That way they won't be added again
when doing `source ~/.zshrc` multiple times.
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
6 years ago
Vice Versa
e363109a6d
alias-finder: fix wc numeric conditional ( #8251 )
...
Never use `[[` for numeric comparisons, for that, we’ll use `((`.
6 years ago
SomeDer
90a0de4698
Add alias-finder plugin ( #7768 )
7 years ago