neodotfiles/config/starship.toml

34 lines
651 B
TOML
Raw Permalink Normal View History

2023-01-22 01:00:29 +00:00
## ____ __
## / __ \_________ _/ /_____
## / / / / ___/ __ `/ //_/ _ \
## / /_/ / / / /_/ / ,< / __/ Clay Gomera (Drake)
## /_____/_/ \__,_/_/|_|\___/ My custom starship prompt config
##
add_newline = false
[line_break]
disabled = true
[character]
error_symbol = "[](bold red) "
success_symbol = "[](bold green)"
[directory]
truncation_length = 5
2023-02-20 00:41:01 +00:00
home_symbol = " "
format = "[$path](bold italic yellow) "
2023-01-22 01:00:29 +00:00
[hostname]
ssh_only = false
disabled = false
2023-02-20 00:41:01 +00:00
style = "italic #87A752"
2023-01-22 01:00:29 +00:00
[package]
disabled = true
[username]
show_always = true
2023-02-20 00:41:01 +00:00
style_user = "bold red"
2023-01-22 01:00:29 +00:00
format = "[$user]($style)[ in ](white)"