mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
34 lines
521 B
TOML
34 lines
521 B
TOML
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
[directory]
|
|
fish_style_pwd_dir_length = 1
|
|
truncate_to_repo = false
|
|
|
|
[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)'
|
|
|
|
[pulumi]
|
|
disabled = true
|