summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/tramp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tramp.el b/packages/tramp.el
index 633e254..501f6a6 100644
--- a/packages/tramp.el
+++ b/packages/tramp.el
@@ -6,3 +6,4 @@
(add-to-list 'tramp-connection-properties
(list (regexp-quote (format "/sudo:root@%s:" system-name))
"session-timeout" (* 60 60)))
+ (add-to-list 'tramp-remote-path "/root/bin"))