fish-completion

This commit is contained in:
Andrea Ciceri 2023-10-17 11:25:09 +02:00
parent 617d51b4a0
commit b812c4244a
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 4 additions and 0 deletions

View file

@ -641,6 +641,9 @@
(use-package esh-autosuggest
:hook (eshell-mode . esh-autosuggest-mode))
(use-package fish-completion-mode
:hook ((eshell-mode . fish-completion-mode)))
(use-package eshell-syntax-highlighting
:custom
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))

View file

@ -47,6 +47,7 @@ with epkgs; let
treemacs-nerd-icons
eat
eshell-syntax-highlighting
fish-completion # fish completion for eshell
esh-autosuggest
clipetty
sideline