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'
|
||||
format = """
|
||||
$username@$hostname $sudo: $directory\
|
||||
$git_status $git_branch$character"""
|
||||
|
||||
$username@$hostname: $character"""
|
||||
right_format = """
|
||||
$directory\
|
||||
$git_status$git_branch
|
||||
"""
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
style = 'bold blue dimmed'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue