diff options
Diffstat (limited to 'eshell-conf.el')
-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 8d2951e..9ca592a 100644 --- a/eshell-conf.el +++ b/eshell-conf.el @@ -265,6 +265,9 @@ other value means 1." (add-to-list 'eshell-expand-input-functions #'eshell-expand-history-references) +(add-to-list 'eshell-visual-commands + "mpv" nil #'string=) + (setq eshell-list-files-after-cd t) (provide 'eshell-conf) |