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

@ -2839,7 +2839,8 @@ targets."
(add-hook 'eshell-load-hook #'eat-eshell-mode)
(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))