1
0

Update home/.config/starship.toml

This commit is contained in:
2025-08-01 11:35:26 +02:00
parent a7cf8f3dd1
commit 6a9c84826b

View File

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