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)