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)"
|
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 = "⌂"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue