blob: f29478028857da3168aaa23b784455b6a1e17e12 (
plain)
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
31
32
33
34
35
36
37
|
;; -*- emacs-lisp -*- <23/08/14 09:34:55 ~/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; Run `M-x tramp-cleanup-all-connections' instead.
(((tramp-file-name "cache" nil nil nil nil nil nil)
("tramp-version" "2.6.0.29.1"))
((tramp-file-name "sudo" "root" nil "wendy" nil nil nil)
("null-device" "/dev/null")
("uname" "Linux 6.4.9-arch1-1")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("pipe-buf" 4096)
("remote-shell" "/bin/sh")
("~root" "/root")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("file-exists" "test -e")
("case-insensitive" nil)
("~" "/root")
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/usr/bin/id")
("uid-integer" 0)
("uid-string" "root")
("gid-integer" 0)
("gid-string" "root")
("groups-integer"
(0))
("groups-string"
("root"))
("bzr" nil)
("git" "\\git")
("hg" nil)
("ln" "\\ln"))
((tramp-file-name "sudo" "work" nil "wendy" nil nil nil)
nil))
|