From 2acc51a8007487056a48a9973890283b099fa45a Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 14 Apr 2019 13:26:05 +0200 Subject: [PATCH] Change terminal shell to zsh --- modules/em-terminal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/em-terminal.el b/modules/em-terminal.el index 2efc712..3b23b4a 100644 --- a/modules/em-terminal.el +++ b/modules/em-terminal.el @@ -94,7 +94,7 @@ (interactive) (let ((is-term (string= "term-mode" major-mode)) (is-running (term-check-proc (buffer-name))) - (term-cmd "/bin/bash") + (term-cmd "/bin/zsh") (anon-term (first-matching-buffer "^*ansi-term*"))) (if is-term (if is-running