refactor: Update starship.toml file path and add optional icon parameter in setup.sh

This commit is contained in:
Bram Kelchtermans 2024-06-27 22:04:11 +02:00
parent 810c8253c2
commit 001fdd06a6
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ style = "bg:color_purple fg:color_fg0"
format = "[ $hostname ]($style)" format = "[ $hostname ]($style)"
ssh_only = false ssh_only = false
[hostname.symbols]
dockers = "🐳"
[os] [os]
disabled = false disabled = false
style = "bg:color_orange fg:color_fg0" style = "bg:color_orange fg:color_fg0"