PowerShell/UnixCompleters

Use bash in server mode

rjmholt opened this issue · 0 comments

Currently we invoke a new bash process every time we get a completion. Instead we should investigate using bash -s to reuse the same server process for all completions.