trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
title Arch Linux
|
||||
linux /vmlinuz-linux-zen
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-zen.img
|
||||
options root=/dev/nvme0n1p3 rootflags=subvol=@ resume=UUID=75ed0996-e9a7-425c-b19b-74237b9ea101/dev/nvme0n1p2 rw
|
52
var/tramp/persistency.el
Normal file
52
var/tramp/persistency.el
Normal file
|
@ -0,0 +1,52 @@
|
|||
;; -*- 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")))
|
Loading…
Add table
Add a link
Reference in a new issue