justjanne / powerline-go

A beautiful and useful low-latency prompt for your shell, written in go
GNU General Public License v3.0
2.72k stars 266 forks source link

-modules-right in powershell #243

Open metya opened 3 years ago

metya commented 3 years ago

Is it possible to support -modules-right in powershell?

Or how to use custozation flags in powershell?

dswij commented 3 years ago

I believe if you want to use customization feature in powershell you should try editing $startInfo.Arguments in the prompt function for your powershell profile

metya commented 3 years ago

I tried, but it is not worked for me. Maybe, I did something wrong, I don't know.

dswij commented 3 years ago

Can you give more info? Like what you have tried to do so far and why it fails?