Update shell prompt

This commit is contained in:
Ceres 2025-12-24 16:25:35 +00:00
parent 5ec8648905
commit 8990c6693b
Signed by: ceres-sees-all
GPG key ID: 9814758436430045

View file

@ -4,14 +4,13 @@ add_newline = false
continuation_prompt = "[▸▹ ](dimmed white)" continuation_prompt = "[▸▹ ](dimmed white)"
format = """($nix_shell$container$fill$git_metrics\n)$cmd_duration\ format = """($nix_shell$container$fill$git_metrics\n)$cmd_duration\
$hostname\
$localip\ $localip\
$shlvl\ $shlvl\
$shell\ $shell\
$env_var\ $env_var\
$jobs\ $jobs\
$sudo\ $sudo\
$username\ $username$hostname\
$character""" $character"""
right_format = """ right_format = """
@ -112,9 +111,14 @@ disabled = false
[username] [username]
style_user = "bright-yellow bold italic" style_user = "bright-yellow bold italic"
style_root = "purple bold italic" style_root = "purple bold italic"
format = "[⭘ $user]($style) " format = "[⭘ ](bold dimmed green)[$user]($style)"
disabled = false disabled = false
show_always = false show_always = true
[hostname]
ssh_only = false
format = '[@$hostname ]($style)'
style = "bold dimmed green"
[directory] [directory]
home_symbol = "⌂" home_symbol = "⌂"