From 588cf9a24d7cb0a94c28d8f27fb747db19e1ecc6 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 15 Feb 2020 17:16:30 +0100 Subject: Use eshell instead of shell as my popup shell --- emacs-init.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index fcee4f8..4c9b3be 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2489,8 +2489,7 @@ To open and hide a shell quickly I use =shell-pop=. :ensure t :bind (("C-!" . shell-pop)) :custom - (shell-pop-shell-type (quote ("shell" "*shell*" (lambda nil (shell))))) - (shell-pop-term-shell "/bin/bash")) + (shell-pop-shell-type (quote ("eshell" "*eshell*" (lambda nil (eshell)))))) #+end_src ** Proced Built-in process monitor. -- cgit v1.2.3