term/eshell: add syntax highlighting
This commit is contained in:
parent
315ae16240
commit
892493741f
2 changed files with 5 additions and 0 deletions
|
@ -177,6 +177,10 @@ You should use `set-eshell-alias!' to change this.")
|
|||
(eshell-did-you-mean-output-filter "catt: command not found"))
|
||||
|
||||
|
||||
(use-package eshell-syntax-highlighting
|
||||
:hook (eshell-mode . eshell-syntax-highlighting-mode))
|
||||
|
||||
|
||||
(use-package! fish-completion
|
||||
:unless IS-WINDOWS
|
||||
:hook (eshell-mode . fish-completion-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue