From 35f620659371fa27e7fba6114142a119b0a4a423 Mon Sep 17 00:00:00 2001 From: Kevin Song <4605384+chipbuster@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:16:36 -0500 Subject: [PATCH] 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 --- docs/config/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 6100ba2d..37e7a3d0 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -190,6 +190,7 @@ format = """ $username\ $hostname\ $shlvl\ +$singularity\ $kubernetes\ $directory\ $vcsh\ @@ -202,6 +203,7 @@ $hg_branch\ $docker_context\ $package\ $cmake\ +$cobol\ $dart\ $deno\ $dotnet\ @@ -213,6 +215,7 @@ $helm\ $java\ $julia\ $kotlin\ +$lua\ $nim\ $nodejs\ $ocaml\ @@ -220,6 +223,7 @@ $perl\ $php\ $purescript\ $python\ +$rlang\ $red\ $ruby\ $rust\ @@ -240,7 +244,6 @@ $crystal\ $custom\ $cmd_duration\ $line_break\ -$lua\ $jobs\ $battery\ $time\