summaryrefslogtreecommitdiff
path: root/themes/pygmalion.zsh-theme
AgeCommit message (Collapse)Author
2020-05-10pygmalion: revert multiline prompt changeMarc Cornellà
Fixes #2317 Closes #2321
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>
2014-09-01fix missing add-zsh-hook in pygmalion.zsh-themeLetian Zhang
Fix "command not found: add-zsh-hook" since #3053 removes `autoload -U add-zsh-hook`
2011-12-29correctly handle path names with spacesPhilip Hofstetter
2011-12-28make pygmalion theme use two lines when neededPhilip Hofstetter
if the length of the prompt (excluding color escapes) exceeds 40 characters, emit the arrow prompt on its own line This helps a lot on smaller terminals
2011-12-09forks miloshadzic theme to add more directory info as well as user and host infoDominick LoBraico