From fb09863fbb35bf15bcf78262b6e31b8b8b8617e7 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 13 Dec 2013 16:04:41 -0700 Subject: [PATCH] more shell names --- lisp/ob-shell.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el index d1c2130dd..280163ded 100644 --- a/lisp/ob-shell.el +++ b/lisp/ob-shell.el @@ -51,7 +51,8 @@ passed to `shell-command-on-region'" :group 'org-babel :type 'string) -(defcustom org-babel-shell-names '("sh" "bash" "csh" "ash" "dash") +(defcustom org-babel-shell-names + '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh") "List of names of shell supported by babel shell code blocks." :group 'org-babel :type 'string -- 2.11.4.GIT