ubuntu updates

This commit is contained in:
Bobby
2026-04-03 12:38:12 -04:00
parent 8970174498
commit 15fb69e6c9
4 changed files with 24 additions and 17 deletions

View File

@@ -4,6 +4,7 @@ format = """
[](red)\
$os\
$username\
$hostname\
[](bg:peach fg:red)\
$directory\
[](bg:yellow fg:peach)\
@@ -61,6 +62,12 @@ style_user = "bg:red fg:crust"
style_root = "bg:red fg:crust"
format = '[ $user]($style)'
[hostname]
ssh_only = true
ssh_symbol = '@'
format = '[$ssh_symbol$hostname]($style)'
style = "bg:red fg:crust"
[directory]
style = "bg:peach fg:crust"
format = "[ $path ]($style)"