Compare commits
18
Commits
02200650fa
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47603337b7 | ||
|
|
a5a7f8b863 | ||
|
|
b3364ddd24 | ||
|
|
50688c76fd | ||
|
|
5ec2e7a9fb | ||
|
|
19e6ec4944 | ||
|
|
84b118a4d5 | ||
|
|
5be8e686ab | ||
|
|
d05f1b5d81 | ||
|
|
93e8f6e8d9 | ||
|
|
c536143e52 | ||
|
|
7fbe773607 | ||
|
|
3f090bea5d | ||
|
|
48b8de1fdc | ||
|
|
67f233e5ae | ||
|
|
b38c50fdc6 | ||
|
|
3d7a08cf2e | ||
|
|
019bc9e295 |
@@ -111,6 +111,12 @@ function ls --description 'alias ls to eza with directory `.tldr` descriptions'
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# 空目录直接返回:BSD seq(macOS)遇到 `seq 0` 会倒数输出 "1 0",
|
||||||
|
# 导致下面用 $lines[0] 取值时报 "array indices start at 1"
|
||||||
|
if test (count $lines) -eq 0
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
# 双路循环渲染
|
# 双路循环渲染
|
||||||
for i in (seq (count $lines))
|
for i in (seq (count $lines))
|
||||||
set -l line $lines[$i]
|
set -l line $lines[$i]
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN9f2p8HTbjdo4GJHusMa8jtjSIcOrTmL6nxpvnUZVcq
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeSOgWQ8kdUcUKnmHjbvga+QhR8XEKxFQeYazORinnN
|
||||||
+22
-6
@@ -8,6 +8,22 @@ Host git.mitsea.com
|
|||||||
User git
|
User git
|
||||||
IdentityFile ~/.flinty/ssh/app-gitea-selfhost.pub
|
IdentityFile ~/.flinty/ssh/app-gitea-selfhost.pub
|
||||||
|
|
||||||
|
Host 172.207.73.17
|
||||||
|
HostName 172.207.73.17
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.flinty/ssh/app-gohrm.pub
|
||||||
|
|
||||||
|
# 公司 GitLab 不支持 ED25519
|
||||||
|
# Host git.liandisys.com.cn
|
||||||
|
# HostName git.liandisys.com.cn
|
||||||
|
# User git
|
||||||
|
# IdentityFile ~/.flinty/ssh/app-gitlab-ce.pub
|
||||||
|
|
||||||
|
Host github.com
|
||||||
|
HostName github.com
|
||||||
|
User git
|
||||||
|
IdentityFile ~/.flinty/ssh/app-github.pub
|
||||||
|
|
||||||
Host inc-r750xa
|
Host inc-r750xa
|
||||||
HostName 10.0.24.20
|
HostName 10.0.24.20
|
||||||
User ubuntu
|
User ubuntu
|
||||||
@@ -25,14 +41,14 @@ Host inc-backup-server
|
|||||||
User aiteam
|
User aiteam
|
||||||
|
|
||||||
Host inc-dev
|
Host inc-dev
|
||||||
HostName 172.16.48.236
|
HostName 10.0.24.41
|
||||||
User flintylemming
|
User flintylemming
|
||||||
|
|
||||||
Host inc-mac-mini-m4
|
Host inc-mac-mini-m2
|
||||||
HostName 172.16.48.68
|
HostName 172.16.48.241
|
||||||
User flintylemming
|
User flintylemming
|
||||||
|
|
||||||
Host inc-ai-max-395
|
Host inc-fedora
|
||||||
HostName 172.16.48.2
|
HostName 172.16.48.2
|
||||||
User flintylemming
|
User flintylemming
|
||||||
|
|
||||||
@@ -162,7 +178,7 @@ Host sdwan-us-la
|
|||||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||||
|
|
||||||
Host frp-us-la
|
Host frp-us-la
|
||||||
HostName frp-man.com
|
HostName frp-ask.com
|
||||||
User lobsterdoh
|
User lobsterdoh
|
||||||
Port 48699
|
Port 48699
|
||||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||||
@@ -187,7 +203,7 @@ Host ca-linux
|
|||||||
Port 8840
|
Port 8840
|
||||||
|
|
||||||
Host frp-us-la-via-ucloud
|
Host frp-us-la-via-ucloud
|
||||||
HostName frp-man.com
|
HostName frp-ask.com
|
||||||
User lobsterdoh
|
User lobsterdoh
|
||||||
Port 48699
|
Port 48699
|
||||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||||
|
|||||||
Reference in New Issue
Block a user