emacs/var/tramp/persistency.el
2022-01-03 12:49:32 -06:00

53 lines
1.8 KiB
EmacsLisp

;; -*- emacs-lisp -*- <21/12/31 07:23:34 /home/chris/.emacs.d/var/tramp/persistency.el>
;; Tramp connection history. Don't change this file.
;; Run `M-x tramp-cleanup-all-connections' instead.
(((tramp-file-name "ssh" "chris" nil "matrix.tfcconnection.org" nil nil nil)
("null-device" "/dev/null"))
((tramp-file-name "ssh" "tfc" nil "staff.tfcconnection.org" nil nil nil)
("null-device" "/dev/null")
("uname" "Linux 5.14.11-arch1-1")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("pipe-buf" 4096)
("remote-shell" "/bin/sh")
("file-exists" "test -e")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/bin/id")
("uid-string" "tfc")
("gid-string" "tfc")
("uid-integer" 1000)
("gid-integer" 1000)
("ln" "\\ln")
("readlink" "\\readlink")
("case-insensitive" nil))
((tramp-file-name "ssh" nil nil "hs" nil nil nil)
("null-device" "/dev/null")
("uname" "Linux 5.14.9-arch2-1")
("locale" "LC_ALL=en_US.utf8")
("test" "test")
("remote-path"
("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin"))
("pipe-buf" 4096)
("remote-shell" "/bin/sh")
("perl-file-spec" t)
("perl-cwd-realpath" t)
("perl" "\\perl")
("~" "/home/chris")
("file-exists" "test -e")
("case-insensitive" nil)
("home-directory" "/ssh:hs:/home/chris")
("readlink" "\\readlink")
("stat" "env QUOTING_STYLE=locale \\stat")
("id" "/bin/id")
("gid-integer" 1000)
("gid-string" "chris")
("uid-string" "chris")
("ls" "/bin/ls --color=never")
("ls--quoting-style=literal --show-control-chars" "--quoting-style=literal --show-control-chars")
("ls--dired" "--dired")
("df-blocksize" 1)
("df" "\\df --block-size=1 --output=size,used,avail")))