1
0

Update home/.config/starship.toml

This commit is contained in:
2025-08-01 11:44:16 +02:00
parent e8fcf3dc2c
commit f552ab0165

View File

@@ -2,7 +2,7 @@
format = """
$username\
$hostname\
${custom.hostname-pretty}\
$localip\
$shlvl\
$singularity\
@@ -151,6 +151,6 @@ show_always = true
[custom.hostname-pretty]
command = "hostnamectl --pretty"
when = "hostnamectl --pretty"
style = "bold blue"
format = "[$output]($style) "
style = "bold red"
format = "on [$output]($style) "