Add starship config
This commit is contained in:
14
tree/.config/starship.toml
Normal file
14
tree/.config/starship.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[character]
|
||||
symbol = "⤷"
|
||||
error_symbol = "[⤷](bold red)"
|
||||
success_symbol = "[⤷](bold green)"
|
||||
vicmd_symbol = "[⤶](bold green)"
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
format = "[$user]($style)@"
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
format = "[$hostname]($style) in "
|
||||
|
||||
Reference in New Issue
Block a user