Переглянути джерело

ob-shell: Add zsh and fish shells.

* ob-shell.el (org-babel-shell-names) add "zsh" and "fish".
stardiviner 7 роки тому
батько
коміт
f57df8fc74
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lisp/ob-shell.el

+ 1 - 1
lisp/ob-shell.el

@@ -60,7 +60,7 @@ variables."
 		      name)))))
 
 (defcustom org-babel-shell-names
-  '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh")
+  '("sh" "bash" "zsh" "fish" "csh" "ash" "dash" "ksh" "mksh" "posh")
   "List of names of shell supported by babel shell code blocks.
 Call `org-babel-shell-initialize' when modifying this variable
 outside the Customize interface."