docs: Add missing modules to $all in config docs (#3075)
* Add cobol to $all in config docs * Undo whitespace changes * Add singluarity/rlang, move lua to correct location
This commit is contained in:
parent
20af85f0a8
commit
35f6206593
|
@ -190,6 +190,7 @@ format = """
|
||||||
$username\
|
$username\
|
||||||
$hostname\
|
$hostname\
|
||||||
$shlvl\
|
$shlvl\
|
||||||
|
$singularity\
|
||||||
$kubernetes\
|
$kubernetes\
|
||||||
$directory\
|
$directory\
|
||||||
$vcsh\
|
$vcsh\
|
||||||
|
@ -202,6 +203,7 @@ $hg_branch\
|
||||||
$docker_context\
|
$docker_context\
|
||||||
$package\
|
$package\
|
||||||
$cmake\
|
$cmake\
|
||||||
|
$cobol\
|
||||||
$dart\
|
$dart\
|
||||||
$deno\
|
$deno\
|
||||||
$dotnet\
|
$dotnet\
|
||||||
|
@ -213,6 +215,7 @@ $helm\
|
||||||
$java\
|
$java\
|
||||||
$julia\
|
$julia\
|
||||||
$kotlin\
|
$kotlin\
|
||||||
|
$lua\
|
||||||
$nim\
|
$nim\
|
||||||
$nodejs\
|
$nodejs\
|
||||||
$ocaml\
|
$ocaml\
|
||||||
|
@ -220,6 +223,7 @@ $perl\
|
||||||
$php\
|
$php\
|
||||||
$purescript\
|
$purescript\
|
||||||
$python\
|
$python\
|
||||||
|
$rlang\
|
||||||
$red\
|
$red\
|
||||||
$ruby\
|
$ruby\
|
||||||
$rust\
|
$rust\
|
||||||
|
@ -240,7 +244,6 @@ $crystal\
|
||||||
$custom\
|
$custom\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
$line_break\
|
$line_break\
|
||||||
$lua\
|
|
||||||
$jobs\
|
$jobs\
|
||||||
$battery\
|
$battery\
|
||||||
$time\
|
$time\
|
||||||
|
|
Loading…
Reference in New Issue