[O] Cool trick on how to eval bash/zsh babel blocks in emacs

2014-04-21 Thread Xebar Saram
Hi all Thanks to the always amazing sacha chua here is a neat way to evaluate/run bash/zsh command line commands inside the emacs term. i find this very useful for collecting multiple bash snippets and quickly running them here is the code #+begin_src emacs-lisp (defadvice org-babel-execute:sh

Re: [O] Cool trick on how to eval bash/zsh babel blocks in emacs

2014-04-21 Thread Sacha Chua
Xebar Saram zelt...@gmail.com writes: Hello, all! Thanks to the always amazing sacha chua here is a neat way to evaluate/run bash/zsh command line commands inside the emacs term. i find this very useful for collecting multiple bash snippets and quickly running them here is the code