Roeniss Moon
07bb875e95
Merge a4816cab0d into 4daba14316
2026-03-18 12:55:06 -04:00
Roeniss Moon
537807c863
feat(alias-finder): use ripgrep if possible ( #13043 )
...
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-07-21 18:58:09 +02:00
Roeniss Moon
506cedb7ca
chore(alias-finder): code style ( #13038 )
2025-03-29 10:38:29 +01:00
Roeniss Moon
121ff231a5
Merge branch 'master' into refactor/alias-finder
2025-03-26 10:12:50 +09:00
Roeniss Moon
1de190e439
fix(alias-finder): early return on cmd len <2 ( #13030 )
2025-03-25 17:56:06 +01:00
Roeniss Moon
f3d7b15cb3
refactor(alias-finder): Simplify --longer option activation
2025-03-24 00:15:07 +09:00
Roeniss Moon
92fb85e498
refactor(alias-finder): Add meaningful variable name for finder variable part
2025-03-24 00:00:27 +09:00
Roeniss Moon
3b550a69f6
refactor(alias-finder): Simplify --exact option activation
2025-03-23 23:49:46 +09:00
Roeniss Moon
1297908265
fix(alias-finder): Add missing closing single quote for cheaper option
2025-03-23 23:47:35 +09:00
Roeniss Moon
3a746a7ee1
refactor(alias-finder): Simplify --longer option activation
2025-03-23 23:46:07 +09:00
Roeniss Moon
d860c7548f
doc(alias-finder): Add note for defect in option settings
2025-03-23 23:45:20 +09:00
Roeniss Moon
4fa13eb463
chore(alias-finder): Refactor add-zsh-hook part
2025-03-23 23:35:45 +09:00
Tim Abell
0c9b42a863
docs(alias-finder): add some examples ( #12502 )
2024-06-13 18:08:14 +02:00
Roeniss Moon
13a8e3d98a
feat(alias-finder): add cheaper option and apply zstyle options ( #11773 )
2023-08-24 17:12:59 +02:00
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>
2019-11-19 18:47:12 +01:00
Vice Versa
e363109a6d
alias-finder: fix wc numeric conditional ( #8251 )
...
Never use `[[` for numeric comparisons, for that, we’ll use `((`.
2019-10-27 17:36:00 +01:00
SomeDer
90a0de4698
Add alias-finder plugin ( #7768 )
2019-08-19 17:53:13 +02:00