refactor: Update starship.toml file path and add optional icon parameter in setup.sh
This commit is contained in:
parent
810c8253c2
commit
001fdd06a6
|
@ -48,6 +48,9 @@ style = "bg:color_purple fg:color_fg0"
|
|||
format = "[ $hostname ]($style)"
|
||||
ssh_only = false
|
||||
|
||||
[hostname.symbols]
|
||||
dockers = "🐳"
|
||||
|
||||
[os]
|
||||
disabled = false
|
||||
style = "bg:color_orange fg:color_fg0"
|
||||
|
|
Loading…
Reference in New Issue