zsh-multiline icon indicating copy to clipboard operation
zsh-multiline copied to clipboard

Customize

Open Hasher2009 opened this issue 4 years ago • 1 comments

I Use This Theme. I Want To Type Commands Beside The Username And Directory Name. I Can Only Type Below It?

Hasher2009 avatar Mar 13 '21 13:03 Hasher2009

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?

jan-auer avatar Mar 15 '21 08:03 jan-auer