Commit Graph

4 Commits (f70e6916a1c9aca77e7bd1b976a3f6100752f0a5)

Author SHA1 Message Date
Roeniss Moon 13a8e3d98a
feat(alias-finder): add cheaper option and apply zstyle options () 2023-08-24 17:12:59 +02:00
Jacob Tomaw 1ba0af650a Use safer append to hook function arrays ()
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 ()
Never use `[[` for numeric comparisons, for that, we’ll use `((`.
2019-10-27 17:36:00 +01:00
SomeDer 90a0de4698 Add alias-finder plugin () 2019-08-19 17:53:13 +02:00