Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-29 | pygmalion: use pure zsh instead of perl (#9210) | Florian Klink | |
My system doesn't have `perl` in $PATH, so using this theme clutters the shell output quite a bit. Turns out, the same thing can be accomplished in pure zsh (with extendedglob). Co-Authored-By: Marc Cornellà <marc.cornella@live.com> | |||
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-03-24 | Add pygmalion-virtualenv theme (#5139) | shellbye | |