Update home/.config/starship.toml
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
format = """
|
format = """
|
||||||
$username\
|
$username\
|
||||||
$hostname\
|
${custom.hostname-pretty}\
|
||||||
$localip\
|
$localip\
|
||||||
$shlvl\
|
$shlvl\
|
||||||
$singularity\
|
$singularity\
|
||||||
@@ -151,6 +151,6 @@ show_always = true
|
|||||||
[custom.hostname-pretty]
|
[custom.hostname-pretty]
|
||||||
command = "hostnamectl --pretty"
|
command = "hostnamectl --pretty"
|
||||||
when = "hostnamectl --pretty"
|
when = "hostnamectl --pretty"
|
||||||
style = "bold blue"
|
style = "bold red"
|
||||||
format = "[$output]($style) "
|
format = "on [$output]($style) "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user