Emacs: Ensure .zsh files are opened as shell scripts
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -817,6 +817,7 @@ #'executable-make-buffer-file-executable-if-script-p) (use-package sh-script :defer t + :mode (("\\`.zsh\\'" . shell-mode)) :config (setq sh-shell-file "/usr/bin/env zsh")) (use-package ntcmd