Skip to content
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

Add a fallback shell command #638

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 29, 2022

  1. Add a fallback shell command

    This commit introduces a new `defcustom` that configures a fallback
    shell executable which is used if the selected shell
    (e.g. `vterm-shell`) is not executable.
    
    The fallback is especially useful if the `vterm` is opened on a remote
    host over ssh/tramp which does not have the configured `vterm-shell`
    installed, but the user does not want to configure a different shell for
    all ssh hosts, as some may have the shell in `vterm-shell` installed.
    lrittel committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    255bdc0 View commit details
    Browse the repository at this point in the history