Browse Source

more shell names

Eric Schulte 11 years ago
parent
commit
fb09863fbb
1 changed files with 2 additions and 1 deletions
  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