zash icon indicating copy to clipboard operation
zash copied to clipboard

Configure from toml

Open robiot opened this issue 3 years ago • 0 comments

Example toml:

[Helper]
CompletionType = "list"
EditMode = "emacs"
OutputStream = "stdout"

[History]
Path = "$HOME/.zash_history"
IgnoreSpaces = true

[Shell]
Prompt = "({username}.blue)@({hostname}.blue) ({pwd}.cyan) (•.blue)(•.red)(•.yellow)"

robiot avatar Nov 07 '21 11:11 robiot