Update shell prompt
This commit is contained in:
parent
5ec8648905
commit
8990c6693b
1 changed files with 8 additions and 4 deletions
|
|
@ -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 = "⌂"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue