templates and using zsh in vterm

This commit is contained in:
Chris Cochrun 2023-09-22 13:52:26 -05:00
parent 59f39817a1
commit ea8a809ffc
3 changed files with 8 additions and 2 deletions

View file

@ -3904,7 +3904,8 @@ Emulate a terminal
** Vterm
#+begin_src emacs-lisp
(setq vterm-buffer-name-string "vterm %s")
(setq vterm-buffer-name-string "vterm %s"
vterm-shell "/run/current-system/sw/bin/zsh")
(defun chris/vterm-setup ()
"Setup vterm with my preferred settings"
(display-line-numbers-mode -1))