From 3a204cec240d58c5fc8c93baead0f21dafd8f6fe Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 22 Dec 2019 21:26:59 +0000 Subject: [PATCH] Update Tramp configuration I'm unsure if this file should be included in my dotfiles, but it doesn't seem to contain sensitive information. --- configs/shared/.emacs.d/tramp | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/configs/shared/.emacs.d/tramp b/configs/shared/.emacs.d/tramp index 71a1e33c4..d924501ed 100644 --- a/configs/shared/.emacs.d/tramp +++ b/configs/shared/.emacs.d/tramp @@ -1,8 +1,27 @@ -;; -*- emacs-lisp -*- <19/11/18 15:05:12 /home/wpcarro/.emacs.d/tramp> +;; -*- emacs-lisp -*- <19/12/10 12:42:49 /home/wpcarro/.emacs.d/tramp> ;; Tramp connection history. Don't change this file. ;; You can delete it, forcing Tramp to reapply the checks. (((tramp-file-name "ssh" "wpcarro" nil "desktop" nil nil nil) - nil) - ((tramp-file-name "ssh" "wpcarro" nil "cloudtop" nil nil nil) - nil)) + ("uname" "Linux 5.2.17-1rodete3-amd64") + ("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") + ("file-exists" "test -e") + ("case-insensitive" nil) + ("ls" "/bin/ls --color=never") + ("ls-quoting-style" t) + ("ls-dired" t) + ("stat" "env QUOTING_STYLE=locale \\stat") + ("id" "/bin/id") + ("gid-integer" 89939) + ("readlink" "\\readlink") + ("gid-string" "primarygroup") + ("perl-file-spec" t) + ("perl-cwd-realpath" t) + ("perl" "\\perl") + ("bzr" nil) + ("git" "\\git") + ("hg" "\\hg")))