mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 21:49:51 +00:00
Initial commit of Zsh Navigation Tools
This commit is contained in:
9
plugins/zsh-navigation-tools/.config/znt/n-env.conf
Normal file
9
plugins/zsh-navigation-tools/.config/znt/n-env.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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)
|
||||
# local active_text=underline
|
||||
|
||||
# (#s) is ^, (#e) is $, # is *, ## is + (comparing to regex)
|
||||
local NLIST_COLORING_PATTERN="[a-zA-Z0-9_]##"
|
||||
local NLIST_COLORING_MATCH_MULTIPLE=0
|
||||
Reference in New Issue
Block a user