summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools/.config/znt
diff options
context:
space:
mode:
authorpsprint <sgniazdowski@gmail.com>2016-06-18 11:48:21 +0200
committerMarc Cornellà <marc.cornella@live.com>2016-06-18 11:48:21 +0200
commitd012402dada1ec7d8796f2f4b04744d817137b4d (patch)
tree5abc9ea93743ca91d3a608e2914249c44d88bca6 /plugins/zsh-navigation-tools/.config/znt
parentd7c06131a251ec9e9c715383f33eec977c72b6ea (diff)
downloadzsh-d012402dada1ec7d8796f2f4b04744d817137b4d.tar.gz
zsh-d012402dada1ec7d8796f2f4b04744d817137b4d.tar.bz2
zsh-d012402dada1ec7d8796f2f4b04744d817137b4d.zip
znt: update to v2.2.1 (#5174)
Diffstat (limited to 'plugins/zsh-navigation-tools/.config/znt')
-rw-r--r--plugins/zsh-navigation-tools/.config/znt/n-kill.conf2
-rw-r--r--plugins/zsh-navigation-tools/.config/znt/n-list.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/zsh-navigation-tools/.config/znt/n-kill.conf b/plugins/zsh-navigation-tools/.config/znt/n-kill.conf
index deb2a3fd9..59807b2c3 100644
--- a/plugins/zsh-navigation-tools/.config/znt/n-kill.conf
+++ b/plugins/zsh-navigation-tools/.config/znt/n-kill.conf
@@ -8,7 +8,7 @@ local active_text=reverse
# This doesn't cover scripts named "[0-9]## *", which should be very rare
# (#s) is ^, (#e) is $, # is *, ## is + (comparing to regex)
# | is alternative, but only in ()
-local NLIST_COLORING_PATTERN="((#s) #[0-9]## |[[][^]]#](#e)|[^ 0-9/?\\\\][^/\\\\]#(#e)|[^ /\\\\]##[^0-9/\\\\ ]##[^/\\\\]#(#e))"
+local NLIST_COLORING_PATTERN="((#s) #[0-9]## |[[][^]]#](#e)|[^ 0-9/?\\\\][^/\\\\]#(#e))"
local NLIST_COLORING_COLOR=$'\x1b[00;33m'
local NLIST_COLORING_MATCH_MULTIPLE=1
diff --git a/plugins/zsh-navigation-tools/.config/znt/n-list.conf b/plugins/zsh-navigation-tools/.config/znt/n-list.conf
index 68f5668f9..096104df6 100644
--- a/plugins/zsh-navigation-tools/.config/znt/n-list.conf
+++ b/plugins/zsh-navigation-tools/.config/znt/n-list.conf
@@ -6,7 +6,7 @@ local bold=0
local colorpair="white/black"
# Should draw the border?
-local border=1
+local border=0
# Combinations of colors to try out with Ctrl-T and Ctrl-G
# The last number is the bold option, 0 or 1