Change terminal shell to zsh

This commit is contained in:
Wojciech Kozlowski 2019-04-14 13:26:05 +02:00
parent eb41e0e8fa
commit 2acc51a800

View File

@ -94,7 +94,7 @@
(interactive) (interactive)
(let ((is-term (string= "term-mode" major-mode)) (let ((is-term (string= "term-mode" major-mode))
(is-running (term-check-proc (buffer-name))) (is-running (term-check-proc (buffer-name)))
(term-cmd "/bin/bash") (term-cmd "/bin/zsh")
(anon-term (first-matching-buffer "^*ansi-term*"))) (anon-term (first-matching-buffer "^*ansi-term*")))
(if is-term (if is-term
(if is-running (if is-running