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