shuber / vim-promiscuous

Instant context switching using git and vim sessions.
MIT License
73 stars 1 forks source link

Use `sh -c` when calling commands #9

Open hauleth opened 8 years ago

hauleth commented 8 years ago

Not everyone is working with POSIX compatible shell (I am using Fish) and without this plugin is unusable.

azirbel commented 7 years ago

Just ran into this problem too. I was able to work around it with set shell=/bin/bash.

hauleth commented 7 years ago

I do not want to set shell=/bin/bash as I am using NeoVim terminal support which run &shell when started.