diff --git a/.config/starship.toml b/.config/starship.toml index 936e2eb..595f871 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -12,6 +12,7 @@ $golang\ $nodejs\ $php\ $java\ +$lua\ $kotlin\ $haskell\ $ruby\ @@ -112,6 +113,10 @@ style = "fg:white bg:purple" format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)" style = "fg:white bg:purple" +[lua] +format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)" +style = "fg:white bg:purple" + [kotlin] format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)" style = "fg:white bg:purple" @@ -121,7 +126,7 @@ format = "[](fg:prev_bg bg:purple)[ $symbol $version ]($style)" style = "fg:white bg:purple" [ruby] -format = '[](fg:prev_bg bg:purple)[ ${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' +format = '[](fg:prev_bg bg:purple)[ ${symbol} ${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' style = "fg:white bg:purple" [python]