mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
term/eshell: add syntax highlighting
This commit is contained in:
@ -177,6 +177,10 @@ You should use `set-eshell-alias!' to change this.")
|
|||||||
(eshell-did-you-mean-output-filter "catt: command not found"))
|
(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
|
(use-package! fish-completion
|
||||||
:unless IS-WINDOWS
|
:unless IS-WINDOWS
|
||||||
:hook (eshell-mode . fish-completion-mode)
|
:hook (eshell-mode . fish-completion-mode)
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
||||||
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
||||||
(package! eshell-did-you-mean :pin "7cb6ef8e2274d0a50a9e114d412307a6543533d5")
|
(package! eshell-did-you-mean :pin "7cb6ef8e2274d0a50a9e114d412307a6543533d5")
|
||||||
|
(package! eshell-syntax-highlighting :pin "6cc32ee59d79d965e40269c764d90aa898252f0a")
|
||||||
|
|
||||||
(unless IS-WINDOWS
|
(unless IS-WINDOWS
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
|
Reference in New Issue
Block a user