You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
It'd be nice if this plugin respected the currently running shell instead of launching bash unconditionally. I use zsh personally, and that's what all my autocompletion, etc. are configured for. You could simply check if $SHELL is set, and if so use that, otherwise fall back to bash. This would also solve problems like #6 without needing to install bash into Alpine based images, for example.
The text was updated successfully, but these errors were encountered:
It'd be nice if this plugin respected the currently running shell instead of launching
bash
unconditionally. I usezsh
personally, and that's what all my autocompletion, etc. are configured for. You could simply check if$SHELL
is set, and if so use that, otherwise fall back tobash
. This would also solve problems like #6 without needing to install bash into Alpine based images, for example.The text was updated successfully, but these errors were encountered: