From bc5333b9921405a1473d96044202c10ccff6d10d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 18 Nov 2024 09:37:17 +0000 Subject: [PATCH] Add ~/bin to TRAMP remote path --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index c03b36a..1bde6f1 100644 --- a/README.org +++ b/README.org @@ -334,6 +334,7 @@ Rules and packages for buffer management and window navigation. :config (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-path "~/.local/bin/") + (add-to-list 'tramp-remote-path "~/bin") (add-to-list 'tramp-default-proxies-alist '("legion" "\\`root\\'" "/ssh:%h:")))