From 699f8623542b5903b5291dd10d7bdaa74d5b25bd Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 1 Apr 2018 14:27:01 +0800 Subject: [PATCH] * ob-shell.el (org-babel-shell-names) add "zsh" and "fish". --- lisp/ob-shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el index 362dfd520..26dd44b31 100644 --- a/lisp/ob-shell.el +++ b/lisp/ob-shell.el @@ -60,7 +60,7 @@ variables." name))))) (defcustom org-babel-shell-names - '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh") + '("sh" "bash" "zsh" "fish" "csh" "ash" "dash" "ksh" "mksh" "posh") "List of names of shell supported by babel shell code blocks. Call `org-babel-shell-initialize' when modifying this variable outside the Customize interface." -- 2.16.3