nix/dotfiles/starship.toml

30 lines
384 B
TOML

add_newline = false
format = """
$username\
$hostname\
$kubernetes\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_status\
$nix_shell\
$cmd_duration\
$custom\
$line_break\
$jobs\
$battery\
$character\
"""
[username]
show_always = true
format = "[$user]($style)@"
[hostname]
ssh_only = false
format = "[$hostname]($style) "
[git_branch]
format = "[$symbol$branch]($style)"