Commit graph

16 commits

Author SHA1 Message Date
Roeniss Moon
a2657c233c
Merge a4816cab0d into 72acd2ca90 2025-12-08 08:39:52 -08: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
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