From 655aae9c950357073191436538dd5ea4895f7a8d Mon Sep 17 00:00:00 2001 From: caandt Date: Mon, 2 Sep 2024 14:42:37 -0500 Subject: [PATCH] update starship config --- config/starship.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config/starship.toml b/config/starship.toml index f92b5f4..a3606a9 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -14,6 +14,7 @@ $jobs\ $shlvl\ $status\ $shell\ +$nix_shell\ $character""" [status] @@ -21,10 +22,11 @@ disabled = false symbol = "x" [character] -#vicmd_symbol = "[❮](bold bg:red)" +success_symbol = '[\$](bold green)' +error_symbol = '[\$](bold red)' [shell] -disabled = false +disabled = true bash_indicator = "[bsh](yellow italic)" zsh_indicator = "[zsh](blue italic)" fish_indicator = "[fsh](green italic)" @@ -54,4 +56,8 @@ read_only =" " [shlvl] disabled = false -symbol = "↕️" +symbol = "#" + +[nix_shell] +format = "[$symbol]($style) " +symbol = "*"