Update python prompt module to only show when venv is active
Add leading space to RO path icon
This commit is contained in:
@@ -5,8 +5,8 @@ format = '${custom.toolbox}${custom.localhost}[](bold fg:#XXXXXX bg:#444444)$
|
||||
[directory]
|
||||
format = "[$read_only]($read_only_style)[$path ]($style)[](fg:#444444 bg:#XXXXXX)"
|
||||
style = "fg:bright-white bg:#444444"
|
||||
read_only = ''
|
||||
read_only_style = "bold fg:bright-red bg:#444444"
|
||||
read_only = ' '
|
||||
read_only_style = "bold fg:red bg:#444444"
|
||||
truncation_symbol = ' '
|
||||
home_symbol = ''
|
||||
[directory.substitutions]
|
||||
@@ -34,8 +34,8 @@ format = '([](bold fg:#XXXXXX bg:#f4862c)[$all_status$ahead_behind]($style)[
|
||||
|
||||
[python]
|
||||
style = 'bold bg:#fcf52a fg:black'
|
||||
symbol = ''
|
||||
format = '[](bold fg:#XXXXXX bg:#fcf52a)[$symbol( $virtualenv)]($style)[](bold bg:#XXXXXX fg:#fcf52a)'
|
||||
symbol = ''
|
||||
format = '([](bold fg:#XXXXXX bg:#fcf52a)[$virtualenv]($style)[](bold bg:#XXXXXX fg:#fcf52a))'
|
||||
|
||||
[custom.toolbox]
|
||||
style = "bold bg:#XXXXXX fg:bright-white"
|
||||
|
||||
Reference in New Issue
Block a user