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 - 2020-07-25 11:20:55 +02:00
parent e0e867b812
commit f8596e1028
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

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 ()