🩹 (eshell) Add visual subcommands for docker
This commit is contained in:
parent
387663f5ff
commit
abf90d727e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue