AutoYADM commit: 2025-01-05 03:45:02
This commit is contained in:
parent
a55624c089
commit
75b2dc9c6d
1 changed files with 18 additions and 1 deletions
|
@ -2,11 +2,19 @@ format = """
|
||||||
$username\
|
$username\
|
||||||
$hostname\
|
$hostname\
|
||||||
$directory\
|
$directory\
|
||||||
|
$python\
|
||||||
|
$c\
|
||||||
|
$cmake\
|
||||||
|
$golang\
|
||||||
|
$java\
|
||||||
|
$lua\
|
||||||
|
$container\
|
||||||
|
$direnv\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_state\
|
$git_state\
|
||||||
$git_status\
|
$git_status\
|
||||||
|
$jobs\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
$python\
|
|
||||||
$line_break\
|
$line_break\
|
||||||
$character"""
|
$character"""
|
||||||
|
|
||||||
|
@ -47,3 +55,12 @@ style = "yellow"
|
||||||
[python]
|
[python]
|
||||||
format = "[$virtualenv]($style) "
|
format = "[$virtualenv]($style) "
|
||||||
style = "bright-black"
|
style = "bright-black"
|
||||||
|
|
||||||
|
[golang]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[lua]
|
||||||
|
symbol = " "
|
||||||
|
|
||||||
|
[nix_shell]
|
||||||
|
symbol = " "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue