summaryrefslogtreecommitdiff
path: root/themes/pygmalion-virtualenv.zsh-theme
AgeCommit message (Collapse)Author
2020-08-29pygmalion: 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-19Use 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-24Add pygmalion-virtualenv theme (#5139)shellbye