diff options
-rw-r--r-- | eshell-conf.el | 3 |
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")) |