neodotfiles/.config/starship.toml

34 lines
655 B
TOML
Raw Normal View History

2022-03-03 20:05:55 +00:00
## ____ __
## / __ \_________ _/ /_____
## / / / / ___/ __ `/ //_/ _ \
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
## /_____/_/ \__,_/_/|_|\___/ My custom starship prompt config
2022-01-01 00:29:27 +00:00
##
add_newline = false
[line_break]
disabled = true
[character]
error_symbol = "[✘](bold red) "
success_symbol = "[↳](bold green)"
[directory]
truncation_length = 5
2022-03-03 20:05:55 +00:00
home_symbol = "🏠"
format = "[$path](bold cyan) "
2022-01-01 00:29:27 +00:00
[hostname]
ssh_only = false
disabled = false
style = "bold italic #87A752"
[package]
disabled = true
[username]
2022-03-03 20:05:55 +00:00
show_always = true
2022-01-01 00:29:27 +00:00
style_user = "bold dimmed blue"
2022-03-03 20:05:55 +00:00
format = "[$user]($style)[ in ](white)"