summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-10-14 21:16:00 -0400
committerKyle Meyer <kyle@kyleam.com>2020-12-12 02:06:05 -0500
commit1e32963c441d8464e6862fdd8c1a5f6dd0d7a394 (patch)
treead94d2d072d6e700ed94defa337551776e25b490 /init.el
parent52a9d61f732b48498dcf5b43e1a144557b42c7b6 (diff)
downloademacs.d-1e32963c441d8464e6862fdd8c1a5f6dd0d7a394.tar.gz
Avoid setting shell-file-name
Looking at past commits, I think overriding this was just part of a now reverted (c21837be) attempt to get access aliases.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index 2f92df7..fc08923 100644
--- a/init.el
+++ b/init.el
@@ -1562,9 +1562,6 @@
;;; Compilation and shells
-(setq shell-file-name "/bin/bash")
-(setq shell-command-switch "-c")
-
(bind-keys :map km/external-map
("r" . shell-command-on-region)
("s" . shell-command)