clean starship conf
This commit is contained in:
parent
00960faecb
commit
bc86abc051
|
|
@ -12,7 +12,6 @@ $line_break\
|
|||
$jobs\
|
||||
$shlvl\
|
||||
$status\
|
||||
$shell\
|
||||
$nix_shell\
|
||||
$character"""
|
||||
|
||||
|
|
@ -24,12 +23,6 @@ symbol = "x"
|
|||
success_symbol = '[\$](bold green)'
|
||||
error_symbol = '[\$](bold red)'
|
||||
|
||||
[shell]
|
||||
disabled = true
|
||||
bash_indicator = "[bsh](yellow italic)"
|
||||
zsh_indicator = "[zsh](blue italic)"
|
||||
fish_indicator = "[fsh](green italic)"
|
||||
|
||||
[fill]
|
||||
symbol = " "
|
||||
|
||||
|
|
@ -40,7 +33,7 @@ style_user = "#E34F7C"
|
|||
style_root = "#4571a2 bg:red"
|
||||
|
||||
[directory]
|
||||
format = "[ $path [$read_only]($style bg:red inverted)]($style bg:white inverted)[ ]($style)"
|
||||
format = "[$path [$read_only]($style bg:red inverted)]($style bg:white inverted)[ ]($style)"
|
||||
style = "#443f59"
|
||||
read_only =" "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue