update starship shell

This commit is contained in:
Zhongheng Liu 2025-10-15 15:11:59 +02:00
commit fdee90fee6

View file

@ -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'