stuff
This commit is contained in:
@@ -1,60 +0,0 @@
|
||||
format = """
|
||||
\n\
|
||||
$username\
|
||||
[](bg:#1E3769 fg:#361C72)\
|
||||
$directory\
|
||||
[](fg:#1E3769 bg:#215189)\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
[](fg:#215189 bg:#2A76A9)\
|
||||
$time\
|
||||
[](fg:#2A76A9)\n\
|
||||
>>
|
||||
"""
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
# You can also replace your username with a neat symbol like or disable this
|
||||
# and use the os module below
|
||||
[username]
|
||||
disabled = false
|
||||
show_always = true
|
||||
style_user = "bg:#361C72 fg:#DFDFD0"
|
||||
style_root = "bg:#361C72 fg:#DFDFD0"
|
||||
format = '[ $user ]($style)'
|
||||
|
||||
[directory]
|
||||
disabled = false
|
||||
style = "bg:#1E3769 fg:#DFDFD0"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 8
|
||||
truncation_symbol = "…/"
|
||||
truncate_to_repo = false
|
||||
|
||||
[git_branch]
|
||||
disabled = false
|
||||
symbol = ""
|
||||
style = "bg:#215189 fg:#DFDFD0"
|
||||
format = '[ $symbol $branch ]($style)'
|
||||
|
||||
[git_status]
|
||||
disabled = false
|
||||
style = "bg:#215189 fg:#DFDFD0"
|
||||
format = '[$all_status$ahead_behind ]($style)'
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
style = "bg:#2A76A9 fg:#DFDFD0"
|
||||
format = '[ $time ]($style)'
|
||||
use_12hr = false
|
||||
|
||||
[status]
|
||||
disabled = true
|
||||
symbol = "[failure](fg:red)"
|
||||
success_symbol = "[success](fg:green)"
|
||||
|
||||
[fill]
|
||||
disabled = true
|
||||
symbol = ' '
|
||||
style = ''
|
||||
@@ -2,13 +2,13 @@ format = """
|
||||
\n\
|
||||
[╭─ ](bold)[⟨](bold zx_light_magenta) \
|
||||
$shell \
|
||||
[//](bold zx_magenta)\
|
||||
$username\
|
||||
[//](bold zx_cyan)\
|
||||
$username\
|
||||
[//](bold zx_blue)\
|
||||
$directory\
|
||||
[//](bold zx_light_yellow)\
|
||||
$git_branch[-](zx_light_magenta)$git_status\
|
||||
[//](bold zx_yellow)\
|
||||
$git_branch[-](zx_light_magenta)$git_status\
|
||||
[//](bold zx_light_yellow)\
|
||||
$jobs\
|
||||
[⟩ ](bold zx_dark_cyan)\
|
||||
$fill$status\
|
||||
@@ -26,7 +26,7 @@ palette = 'zegonix'
|
||||
zx_green = "#0CB653"
|
||||
zx_light_green = "#4BDD94"
|
||||
zx_yellow = "#5EB34D"
|
||||
zx_light_yellow = "#9EDF6D"
|
||||
zx_light_yellow = "#8CDF5A"
|
||||
zx_blue = "#2050A0"
|
||||
zx_light_blue = "#72AFE3"
|
||||
zx_magenta = "#E02482"
|
||||
@@ -50,7 +50,7 @@ format = '[ $user ]($style)'
|
||||
disabled = false
|
||||
style = "fg:zx_white"
|
||||
format = "[ $path ]($style)"
|
||||
truncation_length = 4
|
||||
truncation_length = 6
|
||||
truncation_symbol = "…/"
|
||||
truncate_to_repo = false
|
||||
|
||||
@@ -107,11 +107,11 @@ style = 'bold zx_white'
|
||||
[shell]
|
||||
disabled = false
|
||||
style = "bold fg:zx_white"
|
||||
format = '[\[](bold zx_gray)[$indicator]($style)[\]](bold zx_gray)'
|
||||
format = '[\[](bold zx_magenta)[$indicator]($style)[\]](bold zx_magenta)'
|
||||
bash_indicator = "bash"
|
||||
|
||||
[python]
|
||||
disabled = false
|
||||
style = "bold fg:zx_blue"
|
||||
style = "bold fg:zx_gray"
|
||||
format = '[\(]($style) [$virtualenv](fg:zx_white) [\)]($style) '
|
||||
detect_extensions = []
|
||||
Reference in New Issue
Block a user