20 lines
392 B
TOML
20 lines
392 B
TOML
"$schema" = 'https://starship.rs/config-schema.json'
|
|
format = """
|
|
$username@$hostname $sudo: $directory\
|
|
$git_status $git_branch $character"""
|
|
|
|
[hostname]
|
|
ssh_only = false
|
|
style = 'bold blue dimmed'
|
|
format = '[$hostname]($style)'
|
|
|
|
[username]
|
|
show_always = true
|
|
format = '[$user]($style)'
|
|
[directory]
|
|
fish_style_pwd_dir_length = 1
|
|
|
|
[sudo]
|
|
style = 'bold green'
|
|
symbol = 'SUDO'
|
|
disabled = false
|