-
Notifications
You must be signed in to change notification settings - Fork 137
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
Default shell #376
Comments
Yes, there's a variable vterm-shell that you can customize.
…On Tue, Jul 21, 2020, 06:58 Sébastien Gross ***@***.***> wrote:
I use vterm on MacOS which has defined zsh as default shell. I updated my
default shell to bash using chsh and it works like a sharm when I use
iTerm.
However using vterm lands me to zsh. Is there a way to change it to bash?
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#376>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACF6E7MVQWTFQBKJLTACMWLR4WNHVANCNFSM4PDUAUIA>
.
|
Yes that is it thanks. And it would be better to fix the root variable Thanks for the hint. |
|
Yes since However the For the record here is my setup (cl-loop for file in '("/usr/local/bin/bash" "/bin/bash")
when (file-exists-p file)
do (progn
(setq shell-file-name file)
(cl-return)))
(setenv "SHELL" shell-file-name) |
This comment was marked as duplicate.
This comment was marked as duplicate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use vterm on MacOS which has defined zsh as default shell. I updated my default shell to bash using
chsh
and it works like a sharm when I use iTerm.However using vterm lands me to zsh. Is there a way to change it to bash?
Thanks
The text was updated successfully, but these errors were encountered: