vterm use fish

This commit is contained in:
Chris Cochrun 2024-07-15 22:50:26 -05:00
parent 8f0b42ed7e
commit 85e86c8d12
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -3383,8 +3383,7 @@ targets."
(add-hook 'eshell-load-hook #'eat-eshell-mode))
(setq vterm-buffer-name-string "vterm %s"
vterm-shell "/run/current-system/sw/bin/nu")
(making some eshell changes)
vterm-shell "/run/current-system/sw/bin/fish")
(defun chris/vterm-setup ()
"Setup vterm with my preferred settings"
(display-line-numbers-mode -1))