mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Note: to make prompt fancy enough powerline-daemon should be used. Otherwise continuation prompt length is different from what was expected: With daemon: user > env > path > if true ; then then > fi Without: user > env > path > if true ; then then > fi Fixes #771 as I do not want to touch tcsh any longer