From 7c83c8ea0be7a3bebcb20a5b87c3f00761db4d6b Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 31 Mar 2022 10:15:04 -0700 Subject: [PATCH] Switch Emacs bash to /bin/bash --- doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom/config.el b/doom/config.el index d766c9f..09fb246 100644 --- a/doom/config.el +++ b/doom/config.el @@ -1,6 +1,6 @@ ;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- -(setq shell-file-name "/usr/bin/bash") +(setq shell-file-name "/bin/bash") ;; Place your private configuration here! Remember, you do not need to run 'doom ;; sync' after modifying this file!