diff --git a/.config/starship.toml b/.config/starship.toml index 1472145c..2527b7f3 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -8,8 +8,10 @@ $cmake\ $golang\ $java\ $lua\ +$rust\ $container\ $direnv\ +$nix_shell\ $git_branch\ $git_state\ $git_status\ @@ -34,15 +36,8 @@ format = "[$branch]($style)" style = "bright-black" [git_status] -format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" -style = "cyan" -conflicted = "​" -untracked = "​" -modified = "​" -staged = "​" -renamed = "​" -deleted = "​" -stashed = "≡" +# format = '([\[$all_status$ahead_behind\]]($style) )' +format = '([$all_status$ahead_behind ]($style) )' [git_state] format = '\([$state( $progress_current/$progress_total)]($style)\) ' @@ -53,8 +48,10 @@ format = "[$duration]($style) " style = "yellow" [python] -format = "[$virtualenv]($style) " -style = "bright-black" +# format = "[$virtualenv]($style) " +format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' +# style = "bright-black" +symbol = "󰌠 " [golang] symbol = " " @@ -64,3 +61,6 @@ symbol = "󰢱 " [nix_shell] symbol = "󱄅 " + +[rust] +symbol = "󱘗 "