1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-20 17:12:28 +00:00

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:
Kevin Song 2021-09-17 16:16:36 -05:00 committed by GitHub
parent 20af85f0a8
commit 35f6206593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\