Switch Emacs bash to /bin/bash

This commit is contained in:
2022-03-31 10:15:04 -07:00
parent 0ad2c1d3a7
commit 7c83c8ea0b

View File

@@ -1,6 +1,6 @@
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*- ;;; $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 ;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file! ;; sync' after modifying this file!