Add tramp shell config for ssh and sshx.

This commit is contained in:
KJ 2024-05-06 01:00:39 -04:00
parent 4569080000
commit e7f8104cb6
1 changed files with 3 additions and 1 deletions

View File

@ -466,7 +466,9 @@
:defer t
:config
(setq tramp-histfile-override nil) ;; Dejamos que se use el history por defecto del servidor remoto
(setq vterm-tramp-shells '(("docker" "/bin/bash")
(setq vterm-tramp-shells '(("ssh" "/bin/bash")
("sshx" "/bin/bash")
("docker" "/bin/bash")
("podman" "/bin/bash"))) ;; Tanto docker como podman usarán bash cuado se contecte mediante tramp
)