1
0
Fork 0
dots/starship/.config/starship.toml

31 lines
675 B
TOML

scan_timeout = 60
add_newline = false
command_timeout = 3600
format = "$directory$git_branch${custom.arc}[\\$](bright-black) "
right_format = "${custom.container}$nix_shell"
[custom.arc]
when = "test -d \"${PWD}/.arc\""
command = "arc mark list | awk '/★/ {print $2}'"
format = "[$output]($style) "
style = "purple"
[custom.container]
format = "[󰆧 $output]($style)"
when = "test -n \"$CONTAINER_ID\""
command = "echo $CONTAINER_ID"
style = "bright-black"
[nix_shell]
format = " [󱄅 $state]($style)"
style = "bright-black"
[directory]
format = "[$path]($style) "
truncate_to_repo = false
style = "blue"
[git_branch]
format = "[$branch]($style) "
style = "purple"