Update home/.config/starship.toml
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
format = """
|
||||
$username\
|
||||
$hostname\
|
||||
$custom.pretty_hostname\
|
||||
$localip\
|
||||
$shlvl\
|
||||
$singularity\
|
||||
@@ -149,3 +149,9 @@ symbol = " "
|
||||
format = "[$user]($style) "
|
||||
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