n-env.conf 422 B

123456789
  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. # (#s) is ^, (#e) is $, # is *, ## is + (comparing to regex)
  7. local NLIST_COLORING_PATTERN="[a-zA-Z0-9_]##"
  8. local NLIST_COLORING_MATCH_MULTIPLE=0