forked from ghoseb/dotemacs
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtramp
25 lines (24 loc) · 801 Bytes
/
tramp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;; -*- emacs-lisp -*- <13/07/21 23:15:00 /Users/prajwalit/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
((["sudo" "root" "localhost" nil]
("uname" "Darwin 11.4.2")
("test" "test")
("remote-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("readlink" nil)
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("stat" nil)
("id" "/usr/bin/id")
("gid-integer" 0)
("file-exists" "test -e")
("uid-integer" 0)
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" tramp-perl-encode-with-module)
("remote-decoding" tramp-perl-decode-with-module)
("~root" "/var/root")))