Skip to content

Commit

Permalink
Update segment-docker_context.go
Browse files Browse the repository at this point in the history
Restore Docker emoji inadvertently removed in original commit

Co-authored-by: Janne Mareike Koschinski <[email protected]>
  • Loading branch information
scottslowe and justjanne authored Apr 19, 2022
1 parent 829a50f commit 4964354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segment-docker_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func segmentDockerContext(p *powerline) []pwl.Segment {

return []pwl.Segment{{
Name: "docker-context",
Content: context,
Content: "🐳" + context,
Foreground: p.theme.PlEnvFg,
Background: p.theme.PlEnvBg,
}}
Expand Down

0 comments on commit 4964354

Please sign in to comment.