UnixCompleters
UnixCompleters copied to clipboard
Use bash in server mode
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.