Skip to content

Commit

Permalink
Merge pull request #317 from avoidik/patch-1
Browse files Browse the repository at this point in the history
Try to escape virtualenv on Git Bash for Windows
  • Loading branch information
justjanne authored Jun 18, 2021
2 parents b5a2519 + f06d8c4 commit 625b6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segment-virtualenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func segmentVirtualEnv(p *powerline) []pwl.Segment {

return []pwl.Segment{{
Name: "venv",
Content: envName,
Content: escapeVariables(p, envName),
Foreground: p.theme.VirtualEnvFg,
Background: p.theme.VirtualEnvBg,
}}
Expand Down

0 comments on commit 625b6f7

Please sign in to comment.