summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/lisp/kj-eshell.el
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-12-18 21:36:46 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-12-18 21:36:46 -0500
commit5f32fba8ec6ff54618d42d4f623f14c4d93664e8 (patch)
treecb14edbe0e18f558e660937520cc81061a065608 /emacs/.config/emacs-kj/lisp/kj-eshell.el
parentbcfb6172bc156eb9bed983d0fa72ff943a3962e6 (diff)
update
Diffstat (limited to 'emacs/.config/emacs-kj/lisp/kj-eshell.el')
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-eshell.el2
1 files changed, 1 insertions, 1 deletions
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))