Browse Source

more shell names

Eric Schulte 11 năm trước cách đây
mục cha
commit
fb09863fbb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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