-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work in any shell (bash, zsh, etc) #10
Comments
The After replacing it we should only use shells that support UPDATE: maybe we don't need What are the most used shells?
Am I missing any...? Note: |
The shell being used on server should also support adding a directory to the path -- today we add a line overwriting var |
I think all the shells support that. I'm only sure that zsh support it. |
|
What does |
It starts a login shell. I think there is no problem passing
|
This project will be useful for that matter: http://sourceforge.net/projects/checkbaskisms/ |
@douglascamata, Please see issue #20 if you want to track development related to do not depend on bash to execute sbc. |
@douglascamata We are turning sbc more shell agnostic. We are proof testing it to dash but in occasional tests with csh, ksh and zsh everything went fine. Give it a try on fish and give us a feedback. If fish doesn't anything fancy, it is expected to work. |
@douglascamata I tested fish on both ends (local and remote) as a default shell and we found a bug. This was fixed in commit 2b65c5d and now fish support is verified. Have a happy fishing! |
@turicas @kurtkraut thank you, guys! 👍 |
I think it'll work just chaging all /bin/bash references to /bin/sh. Or maybe parsing the user's login shell everytime something runs under the shell.
The text was updated successfully, but these errors were encountered: