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-01-25 03:49:42 -05:00
|
|
|
(package! eshell-up :pin "9c100bae5c")
|
|
|
|
(package! eshell-z :pin "337cb241e1")
|
|
|
|
(package! shrink-path :pin "c14882c859")
|
|
|
|
(package! esh-help :pin "417673ed18")
|
2020-04-14 15:33:19 -04:00
|
|
|
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! fish-completion :pin "1038488181")
|
|
|
|
(package! bash-completion :pin "96ce14af96"))
|