pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
328 stars 247 forks source link

Fix alignment of git duet initials #216

Closed ghost closed 6 years ago

ghost commented 6 years ago

On my last two projects I've observed that the visualization of the git duet initials will be broken on OSX machines that have run this setup project. Instead of showing the pair initials in one line (such as dn + to) it instead puts a newline after the + sign.

I know it didn't used to do this, and it looks like there was a change that broke it with this commit: https://github.com/Pivotal/workstation-setup/commit/d8e4bfa99848f8e219d21aa85439ebcbc580a376#diff-ce247062a551e6172d6370799952a8c7

I'm not super great with bash, but reinserting the echo that wraps the git config command appears to resolve the issue.