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

Chizi123
2018-11-18 8f6f2705a38e2515b6c57fda12c5be29fb9a798f
commit | author | age
434b46 1 ;; -*- emacs-lisp -*- <18/11/18 19:54:13 c:/Users/joelg/.emacs.d/tramp>
C 2 ;; Tramp connection history.  Don't change this file.
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)
27   ("touch" "\\touch")))