I don't want to computer more this weekend than I have so can someone volunteer as tribute?--
I have this shell ps1 prompt which includes a ๐ฉ๐ปโ๐ป me, and but because of either terminal or whatever, the cursor gets push many chars further.
So like
```
pmpt ๐ฉ๐ปโ๐ป $ |
pmpt ๐ฉ๐ปโ๐ป $ git |
```
as opposed to
```
pmpt ๐ฉ๐ปโ๐ป $ |
pmpt ๐ฉ๐ปโ๐ป $ git|
```
I tried %{%} but it did nothing.
This Is macOS w Terminal.
I feel like a very easy solution must exist. Please help?



