Update home/.config/starship.toml
This commit is contained in:
@@ -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) "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user