Skip to content

Commit f79dea1

Browse files
committed
starship: Show Python virtualenv
1 parent 9af04fb commit f79dea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/starship.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ format = '[ $symbol ($version) ]($style)'
186186
[python]
187187
symbol = ''
188188
style = 'fg:text_three bg:bar_four'
189-
format = '[ $symbol ($version) ]($style)'
189+
format = '[ $symbol ($version) (\($virtualenv\)) ]($style)'
190190

191191
[rlang]
192192
symbol = ''

0 commit comments

Comments
 (0)