From 3b947363ebc6b7cf4cdb3e3f1b4582585cf684a0 Mon Sep 17 00:00:00 2001 From: Dmitry Fisenko Date: Mon, 30 Dec 2024 19:49:57 -0500 Subject: [PATCH] chore(shell): update prompt --- .config/starship/starship.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index d6c8273..e4d5941 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -6,7 +6,6 @@ $shell\ $directory\ $git_branch\ $git_status\ -$java\ $rust\ $cmd_duration\ $character\ @@ -32,10 +31,6 @@ ahead = '⇡$count' diverged = '⇕⇡$ahead_count⇣$behind_count' behind = '⇣$count' -[java] -format = '[$symbol($version )]($style)' -version_format = '$raw' - [rust] format = '[$symbol($version )]($style)'