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)