From 55489995d46c5be50e89c84e68c07b5764b112dd Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:26:50 +0200 Subject: [PATCH] starship: enable java module --- private_dot_config/starship.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index 8417765..128b211 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -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 add_newline = true command_timeout = 1000 @@ -16,7 +19,7 @@ behind = "⇣${count}" disabled = true [java] -disabled = true +disabled = false [jobs] disabled = true