mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-11 15:08:28 +00:00
Merge pull request #29 from aloksingh-rgb/patch-1
Edited so python virtualenv name shows up at the start of the prompt …
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
format = """
|
||||
[](#3B4252)\
|
||||
$python\
|
||||
$username\
|
||||
[](bg:#434C5E fg:#3B4252)\
|
||||
$directory\
|
||||
@@ -112,6 +113,10 @@ symbol = " "
|
||||
style = "bg:#86BBD8"
|
||||
format = '[ $symbol ($version) ]($style)'
|
||||
|
||||
[python]
|
||||
style = "bg:#3B4252"
|
||||
format = '[(\($virtualenv\) )]($style)'
|
||||
|
||||
[rust]
|
||||
symbol = ""
|
||||
style = "bg:#86BBD8"
|
||||
|
||||
Reference in New Issue
Block a user