Add ~/bin to TRAMP remote path

This commit is contained in:
Evie Litherland-Smith 2024-11-18 09:37:17 +00:00
parent 0fbda34d30
commit bc5333b992

View file

@ -334,6 +334,7 @@ Rules and packages for buffer management and window navigation.
:config :config
(add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-path 'tramp-own-remote-path)
(add-to-list 'tramp-remote-path "~/.local/bin/") (add-to-list 'tramp-remote-path "~/.local/bin/")
(add-to-list 'tramp-remote-path "~/bin")
(add-to-list 'tramp-default-proxies-alist (add-to-list 'tramp-default-proxies-alist
'("legion" "\\`root\\'" "/ssh:%h:"))) '("legion" "\\`root\\'" "/ssh:%h:")))