diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-04 12:27:17 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-04 12:27:17 +0200 |
commit | 572a7cb8044c896f6c3701e188ca38e3807da064 (patch) | |
tree | d33611aa9fad8e9f80b376ade0911b5707053e7b /README.adoc | |
parent | 03e8ad0a3ed1945fbfb8dfc0158a7ecb2c2c2d82 (diff) | |
download | xK-572a7cb8044c896f6c3701e188ca38e3807da064.tar.gz xK-572a7cb8044c896f6c3701e188ca38e3807da064.tar.xz xK-572a7cb8044c896f6c3701e188ca38e3807da064.zip |
README.adoc: update degesch instructions
There is still one outstanding issue with the backlog helper, though...
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index e9dcf20..2933593 100644 --- a/README.adoc +++ b/README.adoc @@ -157,15 +157,14 @@ want to depend on UTF-8 or 256color terminals in the code. In addition to that, I appear to be one of the few people who use black on white terminals. /set behaviour.date_change_line = "%a %e %b %Y" - /set behaviour.plugin_autoload += "fancy-prompt.lua,thin-cursor.lua" + /set behaviour.plugin_autoload += "fancy-prompt.lua" /set behaviour.backlog_helper = "LESSSECURE=1 less -R +Gb -Ps'Backlog ?ltlines %lt-%lb?L/%L. .?e(END):?pB%pB\\%..'" - /set behaviour.backlog_helper_strip_formatting = off - /set attributes.reset = "\x1b[0m" /set attributes.userhost = "\x1b[38;5;109m" /set attributes.join = "\x1b[38;5;108m" /set attributes.part = "\x1b[38;5;138m" /set attributes.external = "\x1b[38;5;248m" /set attributes.timestamp = "\x1b[48;5;255m\x1b[38;5;250m" + /set attributes.read_marker = "\x1b[38;5;202m" Configuration profiles ---------------------- |