mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-14 17:08:48 +02:00
znt: update to v2.1.15
This commit is contained in:
@ -16,8 +16,8 @@ local IFS="
|
||||
|
||||
unset NLIST_COLORING_PATTERN
|
||||
|
||||
[ -f ~/.config/znt/n-list.conf ] && . ~/.config/znt/n-list.conf
|
||||
[ -f ~/.config/znt/n-functions.conf ] && . ~/.config/znt/n-functions.conf
|
||||
[ -f ~/.config/znt/n-list.conf ] && builtin source ~/.config/znt/n-list.conf
|
||||
[ -f ~/.config/znt/n-functions.conf ] && builtin source ~/.config/znt/n-functions.conf
|
||||
|
||||
local list
|
||||
local selected
|
||||
|
Reference in New Issue
Block a user