Commit graph

5 commits

Author SHA1 Message Date
Tim Abell
403cf615bf
Add usage info to alias-finder README.md
Being new to ohmyzsh it wasn't immediately obvious to me what this plugin did or how to use it. I've added some examples to hopefully make it more obvious to future readers.
2024-06-13 10:03:59 +01: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