From c17b1948e693c051052c0f171c35c16c94469a42 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 16 Aug 2022 17:45:37 +0200 Subject: [PATCH] Remove annoying status meaning --- .config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship.toml b/.config/starship.toml index 37edcd3..262f27c 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -28,7 +28,7 @@ symbol = "🗝️ " disabled = false [status] -format = "[$status $common_meaning$signal_name]($style)" +format = "[$status]($style)" symbol = "" map_symbol = false disabled = false