Disable eshell-visual-commands since we have eat

This commit is contained in:
2024-09-15 23:11:14 -07:00
parent 6186ed6686
commit 4c8f1082da

View File

@@ -48,7 +48,8 @@
(use-package eshell
:config
(setq eshell-destroy-buffer-when-process-dies t)
(setq eshell-destroy-buffer-when-process-dies t
eshell-visual-commands '())
;; From https://karthinks.com/software/jumping-directories-in-eshell/
(defun eshell/j (&optional regexp)