Add ~/bin to TRAMP remote path
This commit is contained in:
parent
0fbda34d30
commit
bc5333b992
|
@ -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:")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue