From df848abaafd0370d3dc818060f2b5b98e793cdfb Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Fri, 5 May 2023 10:02:57 -0800 Subject: [PATCH] eshell tramp add brl path (insufficient) --- lisp/mitch-packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 776f486..c71c201 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -187,6 +187,7 @@ (eshell-banner-message "") (eshell-expand-input-functions '(eshell-expand-history-references)) :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-hist) (add-to-list 'eshell-modules-list 'eshell-tramp)