瀏覽代碼

more shell names

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