more shell names

This commit is contained in:
Eric Schulte 2013-12-13 16:04:41 -07:00
parent ea993c6d8c
commit fb09863fbb
1 changed files with 2 additions and 1 deletions

View File

@ -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