-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtramp
More file actions
31 lines (30 loc) · 942 Bytes
/
tramp
File metadata and controls
31 lines (30 loc) · 942 Bytes
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
;; -*- emacs-lisp -*-
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
((["sudo" "root" "localhost" nil]
("uname" "Darwin 10.7.4")
("test" "test")
("remote-path"
("/usr/bin" "/bin" "/usr/sbin" "/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh"))
(["ssh" "steggy" "stegerwerks.org" nil]
("uname" "Linux 2.6.39.1-x86_64-linode19")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
("remote-shell" "/bin/sh")
("file-exists" "test -e")
("~" "/home/steggy")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("ls" "/bin/ls --color=never")
("ls-dired" t)
("stat" "\\stat")
("id" "/usr/bin/id")
("gid-integer" 1001)
("readlink" "\\readlink")
("local-encoding" base64-encode-region)
("local-decoding" base64-decode-region)
("remote-encoding" "base64")
("remote-decoding" "base64 -d")))