Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw | |
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-10-27 | alias-finder: fix wc numeric conditional (#8251) | Vice Versa | |
Never use `[[` for numeric comparisons, for that, we’ll use `((`. | |||
2019-08-19 | Add alias-finder plugin (#7768) | SomeDer | |