Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Respect current shell #12

Closed
andor44 opened this issue Oct 9, 2018 · 1 comment
Closed

Respect current shell #12

andor44 opened this issue Oct 9, 2018 · 1 comment

Comments

@andor44
Copy link

andor44 commented Oct 9, 2018

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.

@rimusz
Copy link
Owner

rimusz commented Oct 9, 2018

here we go #13

@rimusz rimusz closed this as completed Oct 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants