fish-completion
This commit is contained in:
parent
617d51b4a0
commit
b812c4244a
2 changed files with 4 additions and 0 deletions
3
init.el
3
init.el
|
@ -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))
|
||||
|
|
|
@ -47,6 +47,7 @@ with epkgs; let
|
|||
treemacs-nerd-icons
|
||||
eat
|
||||
eshell-syntax-highlighting
|
||||
fish-completion # fish completion for eshell
|
||||
esh-autosuggest
|
||||
clipetty
|
||||
sideline
|
||||
|
|
Reference in a new issue