edkolev / promptline.vim

Generate a fast shell prompt with powerline symbols and airline colors
MIT License
623 stars 54 forks source link

Compabiltiy with oh-my-git #43

Open metiulekm opened 9 years ago

metiulekm commented 9 years ago

oh-my-git is extremely great and has support for custom prompts using $omg_ungit_prompt and $omg_second_line. I quickly tried to make it talk with promptline.vim, but, unless I'm missing something, it failed beacuse generated file overwrites $PROMPT and $RPROMPT every time it displays a prompt. Any ideas on how can I use it in this way? :smiley: (I am using zsh)