eshell: replace company w/ fish/bash powered pcomplete

This commit is contained in:
Henrik Lissner 2020-04-14 15:33:19 -04:00
parent 9abc10c78f
commit 661fa18af0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 17 additions and 12 deletions

View file

@ -5,3 +5,7 @@
(package! eshell-z :pin "337cb241e1")
(package! shrink-path :pin "c14882c859")
(package! esh-help :pin "417673ed18")
(when (featurep! :completion company)
(package! fish-completion :pin "1038488181")
(package! bash-completion :pin "96ce14af96"))