emacs-config/tramp

53 lines
1.5 KiB
Text

;; -*- emacs-lisp -*- <20/06/15 18:40:38 /home/balazs/.emacs.d/tramp>
;; Tramp connection history. Don't change this file.
;; You can delete it, forcing Tramp to reapply the checks.
(((tramp-file-name "sudo" "root" nil "athena" nil nil nil)
("uname" "Linux 5.5.9-gentoo")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin" "/opt/bin"))
("remote-shell" "/bin/sh")
("~root" "/root")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("file-exists" "test -e")
("case-insensitive" nil)
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/usr/bin/id")
("gid-integer" 0)
("gid-string" "root")
("uid-integer" 0)
("ls" "/bin/ls --color=never")
("ls-quoting-style" t)
("ls-dired" t)
("tmpdir" "/sudo:root@athena:/tmp")
("touch-t" t)
("touch" "\\touch")
("git" "\\git"))
((tramp-file-name "sudo" "root" nil "GlaDOS" nil nil nil)
("uname" "Linux 5.6.7-gentoo")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("remote-shell" "/bin/sh")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("file-exists" "test -e")
("case-insensitive" nil)
("readlink" "\\readlink")
("stat" nil)
("id" "/usr/bin/id")
("gid-integer" 0)
("gid-string" "root")
("uid-integer" 0)
("git" "\\git")
("tmpdir" "/sudo:root@GlaDOS:/tmp")
("touch-t" t)
("touch" "\\touch")
("~root" "/root")))