mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
81 lines
1.0 KiB
INI
81 lines
1.0 KiB
INI
|
# Use custom format
|
||
|
format = """
|
||
|
[┌─](bold blue) $username[@](bold blue)$hostname
|
||
|
[│](bold blue) $directory\
|
||
|
$shlvl\
|
||
|
$kubernetes\
|
||
|
$vcsh\
|
||
|
$git_branch\
|
||
|
$git_commit\
|
||
|
$git_state\
|
||
|
$git_status\
|
||
|
$hg_branch\
|
||
|
$docker_context\
|
||
|
$package\
|
||
|
$cmake\
|
||
|
$dart\
|
||
|
$deno\
|
||
|
$dotnet\
|
||
|
$elixir\
|
||
|
$elm\
|
||
|
$erlang\
|
||
|
$golang\
|
||
|
$helm\
|
||
|
$java\
|
||
|
$julia\
|
||
|
$kotlin\
|
||
|
$nim\
|
||
|
$nodejs\
|
||
|
$ocaml\
|
||
|
$perl\
|
||
|
$php\
|
||
|
$purescript\
|
||
|
$python\
|
||
|
$red\
|
||
|
$ruby\
|
||
|
$rust\
|
||
|
$scala\
|
||
|
$swift\
|
||
|
$terraform\
|
||
|
$vlang\
|
||
|
$vagrant\
|
||
|
$zig\
|
||
|
$nix_shell\
|
||
|
$conda\
|
||
|
$memory_usage\
|
||
|
$aws\
|
||
|
$gcloud\
|
||
|
$openstack\
|
||
|
$env_var\
|
||
|
$crystal\
|
||
|
$custom\
|
||
|
$cmd_duration\
|
||
|
$line_break\
|
||
|
$lua\
|
||
|
$jobs\
|
||
|
$battery\
|
||
|
$time\
|
||
|
$status\
|
||
|
$shell\
|
||
|
$character """
|
||
|
|
||
|
# Wait 10 milliseconds for starship to check files under the current directory.
|
||
|
scan_timeout = 10
|
||
|
|
||
|
# Disable the blank line at the start of the prompt
|
||
|
add_newline = true
|
||
|
|
||
|
[username]
|
||
|
style_user = "blue bold dimmed"
|
||
|
style_root = "red bold"
|
||
|
format = "[$user]($style)"
|
||
|
show_always = true
|
||
|
|
||
|
[hostname]
|
||
|
ssh_only = false
|
||
|
format = "[$hostname]($style)"
|
||
|
style = "bold blue dimmed"
|
||
|
|
||
|
[character]
|
||
|
format = "[└─](bold blue)$symbol"
|