Eric Schulte пре 11 година
родитељ
комит
fb09863fbb
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      lisp/ob-shell.el

+ 2 - 1
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