How can I modify the default manjaro shell github repo display to be on the left (similar to oh-my-zsh)

Right now, if I want to paste a code snip taken from inside a git project, I always get a full row I need to erase:

>>> cat bla.txt                                                                                                                                                                        ±[●][master]
hi
there!

instead of

>>> cat bla.txt
hi
there!

Anyone has faced this and come up with a neat alternative display with the git info on the left?

Thanks in advance!