Commit cfe4f3f717e7

Vincent Demeester <vincent@sbr.pm>
2019-07-17 22:02:20
setup-shells: set zsh as default shell
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f475cb5
Changed files (1)
lisp/setup-shells.el
@@ -31,9 +31,9 @@
 
   (setq
    ;; Prefer Bash to Fish for compatibility reasons
-   explicit-shell-file-name "bash"
+   explicit-shell-file-name "zsh"
    ;; Fix find-dired
-   shell-file-name "bash")
+   shell-file-name "zsh")
   (add-hook 'shell-mode-hook
             (lambda ()
               (bind-key "C-d" #'vde/comint-delchar-or-eof-or-kill-buffer