eshell tramp add brl path (insufficient)

This commit is contained in:
MitchMarq42 2023-05-05 10:02:57 -08:00
parent d894eeea30
commit df848abaaf

View File

@ -187,6 +187,7 @@
(eshell-banner-message "") (eshell-banner-message "")
(eshell-expand-input-functions '(eshell-expand-history-references)) (eshell-expand-input-functions '(eshell-expand-history-references))
:config :config
(add-to-list 'tramp-remote-path "/bedrock/bin" 'append)
(add-to-list 'eshell-modules-list 'eshell-rebind) (add-to-list 'eshell-modules-list 'eshell-rebind)
(add-to-list 'eshell-modules-list 'eshell-hist) (add-to-list 'eshell-modules-list 'eshell-hist)
(add-to-list 'eshell-modules-list 'eshell-tramp) (add-to-list 'eshell-modules-list 'eshell-tramp)