Skip to content

Commit

Permalink
docs: Add missing modules to $all in config docs (starship#3075)
Browse files Browse the repository at this point in the history
* Add cobol to $all in config docs

* Undo whitespace changes

* Add singluarity/rlang, move lua to correct location
  • Loading branch information
chipbuster authored Sep 17, 2021
1 parent 20af85f commit 35f6206
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ format = """
$username\
$hostname\
$shlvl\
$singularity\
$kubernetes\
$directory\
$vcsh\
Expand All @@ -202,6 +203,7 @@ $hg_branch\
$docker_context\
$package\
$cmake\
$cobol\
$dart\
$deno\
$dotnet\
Expand All @@ -213,13 +215,15 @@ $helm\
$java\
$julia\
$kotlin\
$lua\
$nim\
$nodejs\
$ocaml\
$perl\
$php\
$purescript\
$python\
$rlang\
$red\
$ruby\
$rust\
Expand All @@ -240,7 +244,6 @@ $crystal\
$custom\
$cmd_duration\
$line_break\
$lua\
$jobs\
$battery\
$time\
Expand Down

0 comments on commit 35f6206

Please sign in to comment.