update nuver (#3044)

This commit is contained in:
Darren Schroeder 2021-02-10 08:58:38 -06:00 committed by GitHub
parent 1cfb228924
commit 8367f2001c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ nonzero_exit_errors = true
startup = [
"alias la = ls --long",
"def nudown [] {fetch https://api.github.com/repos/nushell/nushell/releases | get assets | select name download_count}",
"def nuver [] {version | insert nushell_features {get features | str collect ', '} | reject features}",
"def nuver [] {version | pivot key value}",
]
table_mode = "other" # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
plugin_dirs = ["D:\\Src\\GitHub\\nu-plugin-lib\\samples\\Nu.Plugin.Len\\bin\\Debug\\netcoreapp3.1"]