* [PATCH] ob-shell add "zsh" and "fish" to shell names.
@ 2018-04-01 6:30 stardiviner
2018-04-02 18:44 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: stardiviner @ 2018-04-01 6:30 UTC (permalink / raw)
To: org-mode
[-- Attachment #1.1: Type: text/plain, Size: 45 bytes --]
Add "zsh" and "fish" into ob-shell support.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: ob-shell.el add shell names --]
[-- Type: text/x-patch, Size: 845 bytes --]
From 699f8623542b5903b5291dd10d7bdaa74d5b25bd Mon Sep 17 00:00:00 2001
From: stardiviner <numbchild@gmail.com>
Date: Sun, 1 Apr 2018 14:27:01 +0800
Subject: [PATCH] * ob-shell.el (org-babel-shell-names) add "zsh" and "fish".
---
lisp/ob-shell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el
index 362dfd520..26dd44b31 100644
--- a/lisp/ob-shell.el
+++ b/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."
--
2.16.3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-02 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-01 6:30 [PATCH] ob-shell add "zsh" and "fish" to shell names stardiviner
2018-04-02 18:44 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.