summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/lisp/kj-eshell.el
diff options
context:
space:
mode:
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))