|
|
|
@ -4,7 +4,23 @@
|
|
|
|
|
use completions *
|
|
|
|
|
use inspect
|
|
|
|
|
|
|
|
|
|
#{{- if eq .role "work" }}
|
|
|
|
|
#{{ if lookPath "nu_plugin_formats" -}}
|
|
|
|
|
plugin use formats
|
|
|
|
|
#{{- end }}
|
|
|
|
|
#{{ if lookPath "nu_plugin_inc" -}}
|
|
|
|
|
plugin use inc
|
|
|
|
|
#{{- end }}
|
|
|
|
|
#{{ if lookPath "nu_plugin_query" -}}
|
|
|
|
|
plugin use query
|
|
|
|
|
#{{- end }}
|
|
|
|
|
#{{ if lookPath "nu_plugin_gstat" -}}
|
|
|
|
|
plugin use gstat
|
|
|
|
|
#{{- end }}
|
|
|
|
|
#{{ if lookPath "nu_plugin_polars" -}}
|
|
|
|
|
plugin use polars
|
|
|
|
|
#{{- end }}
|
|
|
|
|
|
|
|
|
|
#{{ if eq .role "work" -}}
|
|
|
|
|
overlay use work
|
|
|
|
|
#{{- end }}
|
|
|
|
|
|
|
|
|
@ -25,7 +41,7 @@ $env.config = {
|
|
|
|
|
|
|
|
|
|
plugins: {
|
|
|
|
|
#{{- if eq .role "work" }}
|
|
|
|
|
nupsql: (dbs nuql config)
|
|
|
|
|
#nupsql: (dbs nuql config)
|
|
|
|
|
#{{- end }}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -138,5 +154,5 @@ $env.config = {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#{{- if eq .role "work" }}
|
|
|
|
|
dbs nuql auth
|
|
|
|
|
#dbs nuql auth
|
|
|
|
|
#{{- end }}
|
|
|
|
|