n-history.conf 474 B

12345678910
  1. # How should be current element of the list drawn. Possible values: reverse,
  2. # underline. Default (without option set) is reverse
  3. # On Linux virtual terminal this will be enforced to reverse (because of poor
  4. # underline support on that terminal)
  5. local active_text=underline
  6. # Highlight a few keywords
  7. local NLIST_COLORING_PATTERN="(while|for |sudo|make|(#s)git|vim(#e)|vim |emacs(#e)|emacs )"
  8. local NLIST_COLORING_COLOR=$'\x1b[00;33m'
  9. local NLIST_COLORING_MATCH_MULTIPLE=1