From f8596e1028740ac9d5b671719f6284d87a99df0d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 25 Jul 2020 11:20:55 +0200 Subject: [PATCH] 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. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index eb1d44e..fa7f332 100644 --- a/init.el +++ b/init.el @@ -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 ()