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 Mar 6, 2024
1 parent 3267ff1 commit c11336a
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 c11336a

Please sign in to comment.