miekg / lean

Pretty, minimal, one-line, fast ZSH prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

space after prompt

miekg opened this issue · comments

For some reason the terminal version (at least for gnome-terminal) either eats or does not eat the space after the terminal prompt. The lastest push added an explicit space, but this now has the effect of having two space when logging in remotely.

Need to test terminals and provide a work around.

of course this has to do with the zsh version.

This was due to:

-ZLE_RPROMPT_INDENT=0
+ZLE_RPROMPT_INDENT=1

who knew...