nvchecker: add elvish

This commit is contained in:
George Rawlinson 2021-08-17 01:50:24 +00:00
parent e0a1251d7b
commit e697e85f0e
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 0 deletions

View File

@ -71,6 +71,13 @@ prefix = "r"
# github
[elvish]
source = "github"
github = "elves/elvish"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(rc).*$"
[zoxide]
source = "github"
github = "ajeetdsouza/zoxide"