starship config reupload
This commit is contained in:
parent
c534d1196b
commit
831b55d347
1 changed files with 33 additions and 0 deletions
33
user/.config/starship.toml
Normal file
33
user/.config/starship.toml
Normal file
|
@ -0,0 +1,33 @@
|
|||
## ____ __
|
||||
## / __ \_________ _/ /_____
|
||||
## / / / / ___/ __ `/ //_/ _ \
|
||||
## / /_/ / / / /_/ / ,< / __/ 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
|
||||
home_symbol = "🏠"
|
||||
format = "[$path](bold cyan) "
|
||||
|
||||
[hostname]
|
||||
ssh_only = false
|
||||
disabled = false
|
||||
style = "bold italic #87A752"
|
||||
|
||||
[package]
|
||||
disabled = true
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "bold blue"
|
||||
format = "[$user]($style)[ in ](white)"
|
Loading…
Reference in a new issue