From 5eb614d9e7a4599848e5e6e79a1f70e4294ea8c5 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 29 Jul 2023 23:41:46 +0800 Subject: add 'btm' as a visual command I recently found this tool, which offers better experience than 'htop' in my opinion. --- eshell-conf.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eshell-conf.el') diff --git a/eshell-conf.el b/eshell-conf.el index f2e1d3c..2e00cd5 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -661,6 +661,9 @@ For example, \"...\" expands into \"../..\"." (add-to-list 'eshell-visual-commands "mpv" nil #'string=) +(add-to-list 'eshell-visual-commands + "btm" nil #'string=) + (add-to-list 'eshell-visual-subcommands (list "git" "log" "diff" "show" "help")) -- cgit v1.2.3-18-g5258