nvchecker: add zoxide
This commit is contained in:
parent
cb2a5c6255
commit
e0a1251d7b
1 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,12 @@ prefix = "r"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[zoxide]
|
||||||
|
source = "github"
|
||||||
|
github = "ajeetdsouza/zoxide"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[postgresql-semver]
|
[postgresql-semver]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "theory/pg-semver"
|
github = "theory/pg-semver"
|
||||||
|
|
Loading…
Reference in a new issue