Another try for the vterm-shell

This commit is contained in:
Andreas Zweili 2023-10-19 19:21:18 +02:00
parent 5cdef0c848
commit eccc0da5ec
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
(add-to-list 'vterm-tramp-shells '("ssh" "/usr/bin/env bash"))
(add-to-list 'vterm-tramp-shells '("sshx" "/usr/bin/env bash"))
(setq vterm-kill-buffer-on-exit t
vterm-shell "bash"
vterm-shell "/run/current-system/sw/bin/bash"
vterm-disable-bold t)
(evil-set-initial-state 'vterm-mode 'emacs)
(add-hook 'vterm-mode-hook (lambda() (display-line-numbers-mode -1))))