akermu/emacs-libvterm@a940dd2ee8 -> akermu/emacs-libvterm@3e5a9b754b akreisher/eshell-syntax-highlighting@8e3a685fc6 -> akreisher/eshell-syntax-highlighting@1ba39a9ffb szermatt/emacs-bash-completion@c5eaeed156 -> szermatt/emacs-bash-completion@25611eed1e
13 lines
676 B
EmacsLisp
13 lines
676 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; term/eshell/packages.el
|
|
|
|
(package! eshell-up :pin "ff84e6069b98f2ed00857a0f78bff19d96e4955c")
|
|
(package! eshell-z :pin "337cb241e17bd472bd3677ff166a0800f684213c")
|
|
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
|
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
|
(package! eshell-did-you-mean :pin "80cd8c4b186a2fb29621cf634bcf2bcd914f1e3d")
|
|
(package! eshell-syntax-highlighting :pin "1ba39a9ffb2298cd716a4314cf3f369028c7bafe")
|
|
|
|
(unless IS-WINDOWS
|
|
(package! fish-completion :pin "10384881817b5ae38cf6197a077a663420090d2c")
|
|
(package! bash-completion :pin "25611eed1e086c4e8cdd335dbd38b1d796be5b8d"))
|