From a5fc436b402d850d5997c8da02601199fdb97caf Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 13 Feb 2024 22:22:24 +0100 Subject: [PATCH] Update .config/starship.toml --- dot_config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 7f3a866..91b2f82 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -50,3 +50,6 @@ style = "yellow" [python] format = "[$virtualenv]($style) " style = "bright-black" + +[rust] +symbol = "rs "