mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
znt: update to v2.1.15
This commit is contained in:
parent
19769fded2
commit
e2d157d589
25 changed files with 1172 additions and 105 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue