summaryrefslogtreecommitdiff
path: root/.emacs.d.back/tramp
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2020-04-08 10:38:14 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2020-04-08 10:38:14 -0300
commit5f0f2f90361a4c0a76478b288998595fc3ddebd2 (patch)
treefba8d30e376187e1b0b441314497bb1a70989f08 /.emacs.d.back/tramp
parent47e1414d1be0069b158d0d0718988d72b0fb5d0d (diff)
Added my old emacs config
Diffstat (limited to '.emacs.d.back/tramp')
-rw-r--r--.emacs.d.back/tramp49
1 files changed, 49 insertions, 0 deletions
diff --git a/.emacs.d.back/tramp b/.emacs.d.back/tramp
new file mode 100644
index 00000000..c3182470
--- /dev/null
+++ b/.emacs.d.back/tramp
@@ -0,0 +1,49 @@
+;; -*- emacs-lisp -*- <19/12/20 16:51:08 /home/roger/.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" "root" nil "cloud.rogs.me" nil nil nil)
+ ("uname" "Linux 4.15.0-55-generic")
+ ("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")
+ ("~" "/root")
+ ("file-exists" "test -e")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 0)
+ ("gid-string" "root")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("git" "\\git")
+ ("uid-integer" 0))
+ ((tramp-file-name "ssh" "roger" nil "192.168.1.222" nil nil nil)
+ ("uname" "Linux 5.0.0-36-generic")
+ ("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")
+ ("~" "/home/roger")
+ ("file-exists" "test -e")
+ ("stat" "env QUOTING_STYLE=locale \\stat")
+ ("id" "/usr/bin/id")
+ ("gid-integer" 1000)
+ ("gid-string" "roger")
+ ("perl-file-spec" t)
+ ("perl-cwd-realpath" t)
+ ("perl" "\\perl")
+ ("case-insensitive" nil)
+ ("readlink" "\\readlink")
+ ("git" "\\git")
+ ("ls" "/bin/ls --color=never")
+ ("ls-quoting-style" t)
+ ("ls-dired" t)
+ ("uid-integer" 1000))
+ ((tramp-file-name "ssh" "ubuntu" nil "api-pincodes.destapp.com" nil nil nil)
+ nil))