1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Marc Cornellà e59cc94805 themes: fix prompt verbosity on window resize
%_ 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
2019-03-25 17:05:50 +01:00
Tom Kirchner 92cacc9552 No space before prompt char at beginning of line 2011-03-15 00:43:37 +00:00
Tom Kirchner cb2362c006 Actually show return code on failure 2011-03-15 00:43:22 +00:00
Tom Kirchner e1f37e311f Sweet lightning bolt on uncommitted git changes 2011-03-15 00:42:51 +00:00
Tom Kirchner 1b7868adca Remove unnecessary whitespace 2011-03-15 00:42:12 +00:00
Tom Kirchner 6654d5dd99 Make personal theme based on dst 2011-03-15 00:41:51 +00:00