zsh-multiline
zsh-multiline copied to clipboard
Customize
I Use This Theme. I Want To Type Commands Beside The Username And Directory Name. I Can Only Type Below It?
The theme has this hard-coded, so there's no option for customization at the moment. Note the -n here:
https://github.com/jan-auer/zsh-multiline/blob/851d1dcc970df802ebe0d2eb00846b6c41230f3d/multiline.zsh-theme#L66-L67
The easiest way is to fork this and replace it with something more along the lines of
print -n ' %{%f%}'
Would you rather have this configurable?