diff options
Diffstat (limited to 'vterm.el')
| -rw-r--r-- | vterm.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -172,7 +172,8 @@ the executable." :type 'string :group 'vterm) -(defcustom vterm-tramp-shells '(("docker" "/bin/sh")) +(defcustom vterm-tramp-shells + '(("ssh" login-shell) ("scp" login-shell) ("docker" "/bin/sh")) "The shell that gets run in the vterm for tramp. `vterm-tramp-shells' has to be a list of pairs of the format: |
