update starship config

This commit is contained in:
caandt 2024-09-02 14:42:37 -05:00
parent 575c00987e
commit 655aae9c95

View file

@ -14,6 +14,7 @@ $jobs\
$shlvl\ $shlvl\
$status\ $status\
$shell\ $shell\
$nix_shell\
$character""" $character"""
[status] [status]
@ -21,10 +22,11 @@ disabled = false
symbol = "x" symbol = "x"
[character] [character]
#vicmd_symbol = "[](bold bg:red)" success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'
[shell] [shell]
disabled = false disabled = true
bash_indicator = "[bsh](yellow italic)" bash_indicator = "[bsh](yellow italic)"
zsh_indicator = "[zsh](blue italic)" zsh_indicator = "[zsh](blue italic)"
fish_indicator = "[fsh](green italic)" fish_indicator = "[fsh](green italic)"
@ -54,4 +56,8 @@ read_only =" "
[shlvl] [shlvl]
disabled = false disabled = false
symbol = "↕️" symbol = "#"
[nix_shell]
format = "[$symbol]($style) "
symbol = "*"