🩹 (eshell) Add visual subcommands for docker

This commit is contained in:
Marcel Kapfer 2023-06-14 18:20:32 +02:00
parent 387663f5ff
commit abf90d727e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 1 deletions

View File

@ -2108,7 +2108,11 @@ Resources:
#+begin_src emacs-lisp
(use-package eshell
:bind (("C-c s" . 'eshell)))
:bind (("C-c s" . 'eshell))
:config
(setq eshell-visual-subcommands
'(("docker" "pull" "build")
("docker-compose" "build"))))
#+end_src
* Elfeed