From 181d82a4f0808cbb7c5c775a3a9f91a173770af8 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 11 Jan 2026 14:06:10 +0800 Subject: [PATCH] feat: ssh.ts --- single-scripts/ssh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-scripts/ssh.ts b/single-scripts/ssh.ts index 4ac7c3d..6b078d5 100755 --- a/single-scripts/ssh.ts +++ b/single-scripts/ssh.ts @@ -66,7 +66,7 @@ function printSshConfig(sshConfig: SshConfig) { if (sshProfile.proxy) features.push("proxy"); if (sshProfile.forward_agent) features.push("forward_agent"); console.log( - ` - ${k}${ + `- ${k}${ " ".repeat(maxProfileNameLength - k.length) } : ${BLUE}${sshProfile.host}${ " ".repeat(maxProfileHostLength - sshProfile.host.length)