mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 20:59:51 +00:00
znt: n-history supports multi-line cmds and starts with current buffer
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Hotlist
|
||||
local hotlist
|
||||
hotlist=(
|
||||
~/.config/znt
|
||||
/usr/share/zsh/site-functions
|
||||
/usr/share/zsh
|
||||
/usr/local/share/zsh/site-functions
|
||||
|
||||
@@ -3,3 +3,8 @@
|
||||
# On Linux virtual terminal this will be enforced to reverse (because of poor
|
||||
# underline support on that terminal)
|
||||
local active_text=underline
|
||||
|
||||
# Highlight a few keywords
|
||||
local NLIST_COLORING_PATTERN="(while|for |sudo|make|(#s)git|vim(#e)|vim |emacs(#e)|emacs )"
|
||||
local NLIST_COLORING_COLOR=$'\x1b[00;33m'
|
||||
local NLIST_COLORING_MATCH_MULTIPLE=1
|
||||
|
||||
Reference in New Issue
Block a user