mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
znt: update to v2.1.15
This commit is contained in:
@@ -15,8 +15,8 @@ zmodload zsh/curses
|
||||
local IFS="
|
||||
"
|
||||
|
||||
[ -f ~/.config/znt/n-list.conf ] && . ~/.config/znt/n-list.conf
|
||||
[ -f ~/.config/znt/n-env.conf ] && . ~/.config/znt/n-env.conf
|
||||
[ -f ~/.config/znt/n-list.conf ] && builtin source ~/.config/znt/n-list.conf
|
||||
[ -f ~/.config/znt/n-env.conf ] && builtin source ~/.config/znt/n-env.conf
|
||||
|
||||
local list
|
||||
local selected
|
||||
|
||||
Reference in New Issue
Block a user