update starship shell
This commit is contained in:
parent
56a555c526
commit
fdee90fee6
1 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
format = """
|
format = """
|
||||||
$username@$hostname $sudo: $directory\
|
$username@$hostname: $character"""
|
||||||
$git_status $git_branch$character"""
|
right_format = """
|
||||||
|
$directory\
|
||||||
|
$git_status$git_branch
|
||||||
|
"""
|
||||||
[hostname]
|
[hostname]
|
||||||
ssh_only = false
|
ssh_only = false
|
||||||
style = 'bold blue dimmed'
|
style = 'bold blue dimmed'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue