Compare commits
2 Commits
d7f773a6c8
...
f05abec6f8
Author | SHA1 | Date | |
---|---|---|---|
f05abec6f8 | |||
f059ce2079 |
@ -30,7 +30,7 @@ ripgrep = "14.1.0"
|
|||||||
rust = "1.80.1"
|
rust = "1.80.1"
|
||||||
starship = "1.20.1"
|
starship = "1.20.1"
|
||||||
task = "3.38.0"
|
task = "3.38.0"
|
||||||
terraform = "1.9.4"
|
terraform = "1.9.5"
|
||||||
tilt = "0.33.19"
|
tilt = "0.33.19"
|
||||||
tmux = "3.4"
|
tmux = "3.4"
|
||||||
usage = "0.3.0"
|
usage = "0.3.0"
|
||||||
|
@ -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