mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2019-01-10 db15ba02fcdc06feda4c393f2ec70913bc89854e
commit | author | age
d070a7 1 ;; -*- emacs-lisp -*- <19/01/05 16:28:26 c:/Users/joelg/.emacs.d/tramp>
9c4cf0 2 ;; Tramp connection history.  Don't change this file.
C 3 ;; You can delete it, forcing Tramp to reapply the checks.
4
5 (((tramp-file-name "plink" "joel" nil "192.168.1.113" nil nil nil)
6   ("uname" "Linux 4.18.0-11-generic")
7   ("locale" "LC_ALL=en_US.utf8")
8   ("test" "test")
9   ("remote-path"
10    ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
11   ("remote-shell" "/bin/sh")
12   ("~" "/home/joel")
13   ("file-exists" "test -e")
14   ("stat" "env QUOTING_STYLE=locale \\stat")
15   ("id" "/usr/bin/id")
16   ("gid-integer" 1000)
17   ("gid-string" "joel")
18   ("perl-file-spec" t)
19   ("perl-cwd-realpath" t)
20   ("perl" "\\perl")
21   ("case-insensitive" nil)
22   ("readlink" "\\readlink")
23   ("git" "\\git")
24   ("uid-integer" 1000)
25   ("tmpdir" "/plink:joel@192.168.1.113:/tmp")
26   ("touch-t" t)
d070a7 27   ("touch" "\\touch"))
C 28  ((tramp-file-name "pscp" nil nil "joel" nil nil nil)
29   nil)
30  ((tramp-file-name "pscp" "joel" nil "192.168.1.113" nil nil nil)
31   ("uname" "Linux 4.18.0-11-generic")
32   ("locale" "LC_ALL=en_US.utf8")
33   ("test" "test")
34   ("remote-path"
35    ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
36   ("remote-shell" "/bin/sh")
37   ("~" "/home/joel")
38   ("file-exists" "test -e")
39   ("stat" "env QUOTING_STYLE=locale \\stat")
40   ("id" "/usr/bin/id")
41   ("gid-integer" 1000)
42   ("gid-string" "joel")
43   ("perl-file-spec" t)
44   ("perl-cwd-realpath" t)
45   ("perl" "\\perl")
46   ("tmpdir" "/pscp:joel@192.168.1.113:/tmp")
47   ("uid-integer" 1000)
48   ("readlink" "\\readlink")
49   ("case-insensitive" nil)
50   ("ls" "/bin/ls --color=never")
51   ("ls-quoting-style" t)))