starship: enable java module
This commit is contained in:
parent
91c37c491d
commit
55489995d4
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# Get editor completions based on the config schema
|
||||||
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
# Inserts a blank line between shell prompts
|
# Inserts a blank line between shell prompts
|
||||||
add_newline = true
|
add_newline = true
|
||||||
command_timeout = 1000
|
command_timeout = 1000
|
||||||
|
@ -16,7 +19,7 @@ behind = "⇣${count}"
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[java]
|
[java]
|
||||||
disabled = true
|
disabled = false
|
||||||
|
|
||||||
[jobs]
|
[jobs]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue