Compare commits
16
Commits
3d7a08cf2e
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47603337b7 | ||
|
|
a5a7f8b863 | ||
|
|
b3364ddd24 | ||
|
|
50688c76fd | ||
|
|
5ec2e7a9fb | ||
|
|
19e6ec4944 | ||
|
|
84b118a4d5 | ||
|
|
5be8e686ab | ||
|
|
d05f1b5d81 | ||
|
|
93e8f6e8d9 | ||
|
|
c536143e52 | ||
|
|
7fbe773607 | ||
|
|
3f090bea5d | ||
|
|
48b8de1fdc | ||
|
|
67f233e5ae | ||
|
|
b38c50fdc6 |
@@ -111,6 +111,12 @@ function ls --description 'alias ls to eza with directory `.tldr` descriptions'
|
||||
return
|
||||
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))
|
||||
set -l line $lines[$i]
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeSOgWQ8kdUcUKnmHjbvga+QhR8XEKxFQeYazORinnN
|
||||
+17
-6
@@ -8,6 +8,17 @@ Host git.mitsea.com
|
||||
User git
|
||||
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
|
||||
@@ -30,14 +41,14 @@ Host inc-backup-server
|
||||
User aiteam
|
||||
|
||||
Host inc-dev
|
||||
HostName 172.16.48.236
|
||||
HostName 10.0.24.41
|
||||
User flintylemming
|
||||
|
||||
Host inc-mac-mini-m4
|
||||
HostName 172.16.48.68
|
||||
Host inc-mac-mini-m2
|
||||
HostName 172.16.48.241
|
||||
User flintylemming
|
||||
|
||||
Host inc-ai-max-395
|
||||
Host inc-fedora
|
||||
HostName 172.16.48.2
|
||||
User flintylemming
|
||||
|
||||
@@ -167,7 +178,7 @@ Host sdwan-us-la
|
||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||
|
||||
Host frp-us-la
|
||||
HostName frp-man.com
|
||||
HostName frp-ask.com
|
||||
User lobsterdoh
|
||||
Port 48699
|
||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||
@@ -192,7 +203,7 @@ Host ca-linux
|
||||
Port 8840
|
||||
|
||||
Host frp-us-la-via-ucloud
|
||||
HostName frp-man.com
|
||||
HostName frp-ask.com
|
||||
User lobsterdoh
|
||||
Port 48699
|
||||
IdentityFile ~/.flinty/ssh/us-la.pub
|
||||
|
||||
Reference in New Issue
Block a user