From 1ea996462c0bdc8fcaf9a70feb1641d8f96f6dbe Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Sun, 4 Feb 2024 16:04:27 -0500 Subject: [PATCH] CMake Support for Starship Added in configuraton into starship config for CMake support. --- .config/starship.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/starship.toml b/.config/starship.toml index 5b0628b..50c908b 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -7,6 +7,7 @@ $directory\ $git_branch\ $git_status\ [](fg:#ff9e64 bg:#3d59a1)\ +$cmake\ $rust\ $python\ [](fg:#3d59a1 bg:#414868)\ @@ -57,6 +58,10 @@ format = '[[ $symbol ($version) ](fg:#ff9e64 bg:#3d59a1)]($style)' style = "bg:#3d59a1 fg:#ff9e64" format = '[ via ${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' +[cmake] +style = "bg:#3d59a1 fg:#ff9e64" +format = '[ via $symbol($version) ]($style)' + [os] disabled = false style = 'bg:#9d7cd8 fg:#c3e88d'