From 8990c6693b7bff2a609ae1fcec3a9e0bac04f33f Mon Sep 17 00:00:00 2001 From: Ceres Date: Wed, 24 Dec 2025 16:25:35 +0000 Subject: [PATCH] Update shell prompt --- starship.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/starship.toml b/starship.toml index 7e57e6a..0a6a32b 100644 --- a/starship.toml +++ b/starship.toml @@ -4,14 +4,13 @@ add_newline = false continuation_prompt = "[▸▹ ](dimmed white)" format = """($nix_shell$container$fill$git_metrics\n)$cmd_duration\ -$hostname\ $localip\ $shlvl\ $shell\ $env_var\ $jobs\ $sudo\ -$username\ +$username$hostname\ $character""" right_format = """ @@ -112,9 +111,14 @@ disabled = false [username] style_user = "bright-yellow bold italic" style_root = "purple bold italic" -format = "[⭘ $user]($style) " +format = "[⭘ ](bold dimmed green)[$user]($style)" disabled = false -show_always = false +show_always = true + +[hostname] +ssh_only = false +format = '[@$hostname ]($style)' +style = "bold dimmed green" [directory] home_symbol = "⌂"