1
0

Update home/.config/starship.toml

This commit is contained in:
2025-07-30 19:08:50 +02:00
parent 549267251d
commit 59d3dafc83

View File

@@ -2,7 +2,7 @@
format = """ format = """
$username\ $username\
$hostname\ $custom.pretty_hostname\
$localip\ $localip\
$shlvl\ $shlvl\
$singularity\ $singularity\
@@ -149,3 +149,9 @@ symbol = " "
format = "[$user]($style) " format = "[$user]($style) "
show_always = true show_always = true
[custom.pretty_hostname]
command = "hostnamectl --pretty"
when = "hostnamectl --pretty"
style = "bold blue"
format = "[$output]($style) "