This commit is contained in:
scbj
2024-09-28 09:23:04 +02:00
parent 154c1c3c9d
commit c0191441a2

View File

@@ -2,9 +2,9 @@ format = """
\n\
[╭─ ](bold)[⟨](bold zx_light_magenta) \
$shell \
[//](bold zx_cyan)\
[//](bold zx_magenta)\
$username\
[//](bold zx_blue)\
[//](bold zx_cyan)\
$directory\
[//](bold zx_yellow)\
$git_branch[-](zx_light_magenta)$git_status\
@@ -36,6 +36,7 @@ zx_light_cyan = "#65E7F1"
zx_dark_cyan = "#109EA8"
zx_white = "#DFDFD0"
zx_gray = "#808078"
zx_pastel_yellow = "#F1EAA2"
# You can also replace your username with a neat symbol like  or disable this
# and use the os module below
@@ -107,11 +108,14 @@ style = 'bold zx_white'
[shell]
disabled = false
style = "bold fg:zx_white"
format = '[\[](bold zx_magenta)[$indicator]($style)[\]](bold zx_magenta)'
format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)'
bash_indicator = "bash"
[python]
disabled = false
style = "bold fg:zx_gray"
format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) '
detect_extensions = []
symbol = ' '
style = "bold fg:zx_pastel_yellow"
format = '[$symbol$virtualenv ]($style)'
detect_extensions = []
detect_files = []
detect_folders = []