mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
znt: update to v2.1.15
This commit is contained in:
parent
19769fded2
commit
e2d157d589
25 changed files with 1178 additions and 111 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