summaryrefslogtreecommitdiff
path: root/themes/tjkirch.zsh-theme
AgeCommit message (Collapse)Author
2019-03-25themes: fix prompt verbosity on window resizeMarc Cornellà
%_ is a prompt expansion sequence that expands to the status of the parser. This means that on window resize, the status of the execution of the window resize hook (TRAPWINCH) would be displayed while reloading the prompt line. This looked like cmdand cursh$ or then$ depending on the body of the TRAPWINCH function. Fixes #7262
2011-03-15No space before prompt char at beginning of lineTom Kirchner
2011-03-15Actually show return code on failureTom Kirchner
2011-03-15Sweet lightning bolt on uncommitted git changesTom Kirchner
2011-03-15Remove unnecessary whitespaceTom Kirchner
2011-03-15Make personal theme based on dstTom Kirchner