Fix starship for root.
This commit is contained in:
parent
882d56b81e
commit
9d5b86589d
1 changed files with 3 additions and 2 deletions
|
@ -24,13 +24,14 @@ symbol = ''
|
||||||
format = '[$user]($style)'
|
format = '[$user]($style)'
|
||||||
style_user = 'normal'
|
style_user = 'normal'
|
||||||
style_root = 'bold 196'
|
style_root = 'bold 196'
|
||||||
|
show_always = true
|
||||||
|
|
||||||
[hostname]
|
[hostname]
|
||||||
format = '([@$hostname]($style) )'
|
format = '([@$hostname]($style))'
|
||||||
style = 'normal'
|
style = 'normal'
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
format = '[($read_only )]($read_only_style)[$path]($style) '
|
format = '[ ($read_only )]($read_only_style)[$path]($style) '
|
||||||
style = '37'
|
style = '37'
|
||||||
read_only_style = '37'
|
read_only_style = '37'
|
||||||
read_only = ''
|
read_only = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue