From 5f32fba8ec6ff54618d42d4f623f14c4d93664e8 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 18 Dec 2023 21:36:46 -0500 Subject: update --- emacs/.config/emacs-kj/lisp/kj-eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.config/emacs-kj/lisp/kj-eshell.el') diff --git a/emacs/.config/emacs-kj/lisp/kj-eshell.el b/emacs/.config/emacs-kj/lisp/kj-eshell.el index 55b628d..7004b1d 100644 --- a/emacs/.config/emacs-kj/lisp/kj-eshell.el +++ b/emacs/.config/emacs-kj/lisp/kj-eshell.el @@ -17,7 +17,7 @@ (setq tramp-remote-path '(tramp-own-remote-path)) (defun kj/eshell-on-load () - (dolist (command '("htop" "tmux" "vim" "nvim")) + (dolist (command '("htop" "tmux" "vim" "nvim" "watch")) (add-to-list 'eshell-visual-commands command)) -- cgit v1.2.3