summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6fea6cb5..0c05d204 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -699,11 +699,6 @@ Lisp Interaction C-j in `lisp-interaction-mode' and similar."
(setenv "TZ" "MST")
(set-time-zone-rule "/usr/share/zoneinfo/America/Phoenix"))
-(when-let ((bash (executable-find "bash")))
- (setq shell-file-name "bash")
- (setenv "SHELL" bash)
- (setenv "BASH_ENV" (expand-file-name "~/.bash_defns")))
-
;;; Opening files in external programs
;;;
;;; For years I used the classic `openwith-mode', but it often breaks other