29 lines
328 B
TOML
29 lines
328 B
TOML
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
add_newline = false
|
|
|
|
format = """
|
|
$username\
|
|
$hostname\
|
|
$localip\
|
|
$shlvl\
|
|
$directory\
|
|
$git_branch\
|
|
$git_commit\
|
|
$git_state\
|
|
$git_metrics\
|
|
$git_status\
|
|
$package\
|
|
$golang\
|
|
$env_var\
|
|
$custom\
|
|
$sudo\
|
|
$cmd_duration\
|
|
$line_break\
|
|
$jobs\
|
|
$time\
|
|
$status\
|
|
$os\
|
|
$shell\
|
|
$character"""
|