diff options
author | noa@gaiwan.org | 2024-06-15 17:16:40 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-15 17:16:40 +0000 |
commit | 2c0ccf5701b53bb143221c41d823789d2974227f (patch) | |
tree | 8c7ac44befc45b4013631d243ace513738e86261 | |
parent | 83889236cd26aa949695d98696ace5767b791854 (diff) |
Use sh as shell instead of fish
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 65a3c1b..9f992c7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -878,6 +878,8 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (global-set-key [remap query-replace-regexp] 'anzu-query-replace-regexp) +(setopt shell-file-name "/bin/sh") + (defun snarf-song (url) (interactive "sYoutube url:") (async-shell-command |