use bash with ansi-term by default
This commit is contained in:
parent
a180968187
commit
6351407b07
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ file of a buffer in an external program."
|
|||
(defun prelude-visit-term-buffer ()
|
||||
(interactive)
|
||||
(if (not (get-buffer "*ansi-term*"))
|
||||
(ansi-term "/bin/zsh")
|
||||
(ansi-term "/bin/bash")
|
||||
(switch-to-buffer "*ansi-term*")))
|
||||
|
||||
(defun prelude-google ()
|
||||
|
|
Loading…
Reference in a new issue