From c21183231f621a285209f7a68569b331107a64be Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Thu, 1 Oct 2020 09:53:46 +0100 Subject: [PATCH] Formatting, rust & python version. --- toronto/.config/starship.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/toronto/.config/starship.toml b/toronto/.config/starship.toml index 4d5e25d..dfd4999 100644 --- a/toronto/.config/starship.toml +++ b/toronto/.config/starship.toml @@ -2,7 +2,9 @@ add_newline = true format = """ [┌ $username$hostname](bold green) -[│](bold green) $directory$git_status$git_branch$golang +[│](bold green) $directory\ +$git_status$git_branch \ +$golang$python$rust [└─ $character](bold green)""" @@ -30,8 +32,14 @@ style = "bold italic #87A752" [hostname] ssh_only = false -format = "@$hostname " +format = "@$hostname" disabled = false [golang] -format = " [\\(go $version\\)](bold cyan)" \ No newline at end of file +format = "[\\(go $version\\)](bold cyan)" + +[python] +format = "[\\(python $version\\)](bold green)" + +[rust] +format = "[\\(rust $version\\)](bold red)"