mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
30 lines
470 B
TOML
30 lines
470 B
TOML
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
[directory]
|
|
fish_style_pwd_dir_length = 1
|
|
|
|
[gcloud]
|
|
# This is just too noisy
|
|
disabled = true
|
|
symbol = "️🇬️ "
|
|
|
|
[status]
|
|
disabled = false
|
|
symbol = "⛌"
|
|
|
|
[username]
|
|
show_always = true
|
|
|
|
[ruby]
|
|
detect_variables = []
|
|
|
|
[shell]
|
|
fish_indicator = ' '
|
|
zsh_indicator = ''
|
|
bash_indicator = ''
|
|
powershell_indicator = '_'
|
|
unknown_indicator = '??'
|
|
style = 'cyan bold'
|
|
disabled = false
|
|
format = '[$indicator]($style)'
|