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
|
|
|
|
2021-05-22 22:52:06 -04:00
|
|
|
(package! eshell-up :pin "ff84e6069b98f2ed00857a0f78bff19d96e4955c")
|
2020-04-30 01:27:21 -04:00
|
|
|
(package! eshell-z :pin "337cb241e17bd472bd3677ff166a0800f684213c")
|
|
|
|
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
|
|
|
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
2021-12-14 01:02:55 +01:00
|
|
|
(package! eshell-did-you-mean :pin "80cd8c4b186a2fb29621cf634bcf2bcd914f1e3d")
|
2023-02-20 22:50:07 -05:00
|
|
|
(package! eshell-syntax-highlighting :pin "1ba39a9ffb2298cd716a4314cf3f369028c7bafe")
|
2020-04-14 15:33:19 -04:00
|
|
|
|
2020-05-15 22:53:17 -04:00
|
|
|
(unless IS-WINDOWS
|
2021-06-09 10:27:01 +02:00
|
|
|
(package! fish-completion :pin "10384881817b5ae38cf6197a077a663420090d2c")
|
2023-02-20 22:50:07 -05:00
|
|
|
(package! bash-completion :pin "25611eed1e086c4e8cdd335dbd38b1d796be5b8d"))
|