# How should be current element of the list drawn. Possible values: reverse,# underline. Default (without option set) is reverse# On Linux virtual terminal this will be enforced to reverse (because of poor# underline support on that terminal)localactive_text=underline
# Highlight a few keywordslocalNLIST_COLORING_PATTERN="(while|for |sudo|make|(#s)git|vim(#e)|vim |emacs(#e)|emacs )"localNLIST_COLORING_COLOR=$'\x1b[00;33m'localNLIST_COLORING_MATCH_MULTIPLE=1