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 ----------------------