forked from JayDugger/.emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtramp
30 lines (29 loc) · 931 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
26
27
28
29
30
;; -*- emacs-lisp -*- <14/09/06 02:52:10 /home/jwdugger/.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" "Linux 3.5.0-32-generic")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("tmpdir" "/sudo:root@localhost:/tmp")
("id" "/usr/bin/id")
("uid-integer" 0)
("stat" "\\stat")
("gid-integer" 0)
("readlink" "\\readlink"))
(["sudo" "root" "localhost" nil nil]
("uname" "Linux 3.11.0-26-generic")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("remote-shell" "/bin/sh")
("busybox" nil)
("file-exists" "test -e")
("readlink" "\\readlink")
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 0)))