Skip to content

Commit

Permalink
Try running the login shell by default on all remotes hosts
Browse files Browse the repository at this point in the history
This will fall back to Tramp's shell if the login shell cannot
be determined.
  • Loading branch information
florommel committed May 27, 2024
1 parent 4139585 commit 3aa5685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vterm.el
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ the executable."
:type 'string
:group 'vterm)

(defcustom vterm-tramp-shells '(("docker" "/bin/sh"))
(defcustom vterm-tramp-shells '((t login-shell))
"The shell that gets run in the vterm for tramp.
`vterm-tramp-shells' has to be a list of pairs of the format:
Expand Down

0 comments on commit 3aa5685

Please sign in to comment.