feat(starship): add two folders to represent directory #61
@ -1,3 +1,5 @@
|
|||||||
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
$username\
|
$username\
|
||||||
$hostname\
|
$hostname\
|
||||||
@ -8,7 +10,12 @@ $git_status\
|
|||||||
$line_break\
|
$line_break\
|
||||||
$kubernetes\
|
$kubernetes\
|
||||||
$line_break\
|
$line_break\
|
||||||
$character"""
|
$character
|
||||||
|
"""
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
truncation_length = 2
|
||||||
|
truncate_to_repo = false
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
format = "[$branch]($style)"
|
format = "[$branch]($style)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user