Fix last change
* lisp/net/tramp.el (tramp-remote-path): Add "/opt/homebrew/bin" and "/opt/homebrew/sbin".
This commit is contained in:
parent
a37e812d96
commit
2849c0cda3
1 changed files with 2 additions and 1 deletions
|
@ -1370,7 +1370,8 @@ let-bind this variable."
|
|||
'(tramp-default-remote-path "/bin" "/usr/bin" "/sbin" "/usr/sbin"
|
||||
"/usr/local/bin" "/usr/local/sbin" "/local/bin" "/local/freeware/bin"
|
||||
"/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin"
|
||||
"/opt/bin" "/opt/sbin" "/opt/local/bin" "/opt/homebrew/bin")
|
||||
"/opt/bin" "/opt/sbin" "/opt/local/bin"
|
||||
"/opt/homebrew/bin" "/opt/homebrew/sbin")
|
||||
"List of directories to search for executables on remote host.
|
||||
For every remote host, this variable will be set buffer local,
|
||||
keeping the list of existing directories on that host.
|
||||
|
|
Loading…
Add table
Reference in a new issue