2018-06-16 16:38:39 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-05-18 23:41:18 -04:00
|
|
|
;;; term/eshell/packages.el
|
2018-06-16 16:38:39 +02:00
|
|
|
|
2020-04-30 01:27:21 -04:00
|
|
|
(package! eshell-up :pin "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
|
|
|
|
(package! eshell-z :pin "337cb241e17bd472bd3677ff166a0800f684213c")
|
|
|
|
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
|
|
|
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
2020-05-06 10:33:39 -04:00
|
|
|
(package! eshell-did-you-mean :pin "7cb6ef8e2274d0a50a9e114d412307a6543533d5")
|
2021-02-11 22:31:17 -05:00
|
|
|
(package! eshell-syntax-highlighting :pin "172c9fb80ba2bee37fbb067a69583a6428dcc0a4")
|
2020-04-14 15:33:19 -04:00
|
|
|
|
2020-05-15 22:53:17 -04:00
|
|
|
(unless IS-WINDOWS
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! fish-completion :pin "10384881817b5ae38cf6197a077a663420090d2c")
|
2020-10-13 01:03:51 -04:00
|
|
|
(package! bash-completion :pin "65e54c6f9c0ffebf94f7c505694bd249b9b53d32")))
|