aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2019-09-18 15:15:33 +0300
committerEli Zaretskii2019-09-18 15:15:33 +0300
commit98586c2fe62fd26bc9105a06b78d93446bd2a269 (patch)
tree050613d5124dbff9c0962108826f0e90a6c3f12d /lisp
parent7ff2eef926f933c79c3913c18f9403a4a987756b (diff)
parentffcec7cd4be83d03c21e7378efc55911b33696b1 (diff)
downloademacs-98586c2fe62fd26bc9105a06b78d93446bd2a269.tar.gz
emacs-98586c2fe62fd26bc9105a06b78d93446bd2a269.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp-sh.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 4bc37f01694..8092f6a5cf1 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -525,7 +525,9 @@ based on the Tramp and Emacs versions, and should not be set here."
525 :type '(repeat string)) 525 :type '(repeat string))
526 526
527;;;###tramp-autoload 527;;;###tramp-autoload
528(defcustom tramp-sh-extra-args '(("/bash\\'" . "-norc -noprofile")) 528(defcustom tramp-sh-extra-args
529 '(("/bash\\'" . "-norc -noprofile")
530 ("/zsh\\'" . "-f +Z"))
529 "Alist specifying extra arguments to pass to the remote shell. 531 "Alist specifying extra arguments to pass to the remote shell.
530Entries are (REGEXP . ARGS) where REGEXP is a regular expression 532Entries are (REGEXP . ARGS) where REGEXP is a regular expression
531matching the shell file name and ARGS is a string specifying the 533matching the shell file name and ARGS is a string specifying the