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\
|
||||
$hostname\
|
||||
$directory\
|
||||
$python\
|
||||
$c\
|
||||
$cmake\
|
||||
$golang\
|
||||
$java\
|
||||
$lua\
|
||||
$container\
|
||||
$direnv\
|
||||
$git_branch\
|
||||
$git_state\
|
||||
$git_status\
|
||||
$jobs\
|
||||
$cmd_duration\
|
||||
$python\
|
||||
$line_break\
|
||||
$character"""
|
||||
|
||||
|
@ -47,3 +55,12 @@ style = "yellow"
|
|||
[python]
|
||||
format = "[$virtualenv]($style) "
|
||||
style = "bright-black"
|
||||
|
||||
[golang]
|
||||
symbol = " "
|
||||
|
||||
[lua]
|
||||
symbol = " "
|
||||
|
||||
[nix_shell]
|
||||
symbol = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue