Set default shell to bash

That's not only good enough, but also much more predictable than using the
currently used shell.  Customize `explicit-shell-file-name' if you don't want
bash.
This commit is contained in:
Daniel Borchmann 2020-07-25 11:20:55 +02:00
parent e0e867b812
commit f8596e1028
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -2141,7 +2141,7 @@ With given ARG, display files in `db/important-document-path."
(use-package term
:commands (term-send-string)
:init (setq explicit-shell-file-name shell-file-name)
:init (setq explicit-shell-file-name "/bin/bash")
:config (progn
(add-hook 'term-exec-hook ; oremacs.com
(lambda ()