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