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
|
(use-package esh-autosuggest
|
||||||
:hook (eshell-mode . esh-autosuggest-mode))
|
:hook (eshell-mode . esh-autosuggest-mode))
|
||||||
|
|
||||||
|
(use-package fish-completion-mode
|
||||||
|
:hook ((eshell-mode . fish-completion-mode)))
|
||||||
|
|
||||||
(use-package eshell-syntax-highlighting
|
(use-package eshell-syntax-highlighting
|
||||||
:custom
|
:custom
|
||||||
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))
|
((eshell-syntax-highlighting-highlight-in-remote-dirs nil))
|
||||||
|
|
|
@ -47,6 +47,7 @@ with epkgs; let
|
||||||
treemacs-nerd-icons
|
treemacs-nerd-icons
|
||||||
eat
|
eat
|
||||||
eshell-syntax-highlighting
|
eshell-syntax-highlighting
|
||||||
|
fish-completion # fish completion for eshell
|
||||||
esh-autosuggest
|
esh-autosuggest
|
||||||
clipetty
|
clipetty
|
||||||
sideline
|
sideline
|
||||||
|
|
Reference in a new issue