Compare commits

..

2 Commits

Author SHA1 Message Date
Andrew Williams
36a81735e3 [starship] Update prompt 2026-01-12 16:32:16 +00:00
Andrew Williams
4a589b902a [starship] Update config 2026-01-12 15:39:30 +00:00

View File

@@ -6,16 +6,22 @@ format = """
[](nord10)\ [](nord10)\
$os\ $os\
$username[@](bg:nord10 fg:nord0)$hostname\ $username[@](bg:nord10 fg:nord0)$hostname\
[](bg:nord9 fg:nord10)\ [](bg:nord9 fg:nord10)\
$directory\ $directory\
[](bg:nord8 fg:nord9)\ [](bg:nord8 fg:nord9)\
$git_branch$git_commit$git_state$git_metrics$git_status\ $git_branch$git_commit\
[](bg:nord7 fg:nord8)\ [](bg:nord7 fg:nord8)\
$package$c$cmake$cobol$daml$dart$deno$dotnet$elixir$elm$erlang$fennel$gleam\ $package\
$golang$guix_shell$haskell$haxe$helm$java$julia$kotlin$gradle$lua$nim$nodejs\ $golang\
$ocaml$opa$perl$php$pulumi$purescript$python$quarto$raku$rlang$red$ruby$rust\ $nodejs\
$scala$solidity$swift$terraform$typst$vlang$vagrant$zig$aws\ $php\
[](bg:bg fg:nord7)\ $python\
$rust\
$terraform\
$aws\
[](bg:nord4 fg:nord7)\
$cmd_duration\
[](fg:#d9dee9)\
$line_break\ $line_break\
$character $character
""" """
@@ -81,6 +87,7 @@ disabled = true
[package] [package]
format = "[ 󰏗 $version ]($style)" format = "[ 󰏗 $version ]($style)"
style = "fg:nord0 bg:nord7" style = "fg:nord0 bg:nord7"
disabled = true
# Languages # Languages
@@ -105,8 +112,9 @@ format = "[ $symbol($version )]($style)"
style = "fg:nord0 bg:nord7" style = "fg:nord0 bg:nord7"
disabled = false disabled = false
# MISC [cmd_duration]
# ==== format = "[ 󰔚 $duration ]($style)"
style = "fg:#2e3440 bg:#d9dee9"
[hostname] [hostname]
ssh_only = false ssh_only = false
@@ -129,6 +137,6 @@ format = "[ 󰉋 $path ]($style)[$read_only]($read_only_style)"
read_only_style = "fg:nord0 bold bg:nord9" read_only_style = "fg:nord0 bold bg:nord9"
[character] [character]
success_symbol = "[ >](bold green)" success_symbol = "[ »](bold green)"
error_symbol = "[ >](bold red)" error_symbol = "[ »](bold red)"
vimcmd_symbol = "[  >](bold green)" vimcmd_symbol = "[  >](bold green)"