summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-29 23:41:46 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-29 23:41:46 +0800
commit5eb614d9e7a4599848e5e6e79a1f70e4294ea8c5 (patch)
treeda2c2a27f05bf985ee539401368098cbe627b3fb
parent611f77c7b1daf8d8ab96571d961f06360eeef3f7 (diff)
add 'btm' as a visual command
I recently found this tool, which offers better experience than 'htop' in my opinion.
-rw-r--r--eshell-conf.el3
1 files changed, 3 insertions, 0 deletions
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"))