bashtest icon indicating copy to clipboard operation
bashtest copied to clipboard

Possibility to specify which shell to use

Open strindberg opened this issue 9 years ago • 0 comments

I use bashtest with great success on my zsh scripts by manually changing "bash" to "zsh" in bashtest.py:

- command = 'bash -c %s' % (quote(command))

  • command = 'zsh -c %s' % (quote(command))

This is a hack of course, and it would be great if this could be set on the command line or in a preference.

strindberg avatar Sep 10 '16 17:09 strindberg