From 814a9d3cdf3058e24077c03ba4c516b7da661259 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 16 Apr 2024 09:51:18 -0600 Subject: [PATCH] default config needs to add a string boi --- scwrypts/ssh/ssh.scwrypts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwrypts/ssh/ssh.scwrypts.zsh b/scwrypts/ssh/ssh.scwrypts.zsh index bc70236..24aa068 100644 --- a/scwrypts/ssh/ssh.scwrypts.zsh +++ b/scwrypts/ssh/ssh.scwrypts.zsh @@ -16,7 +16,7 @@ SCWRYPTS__LIST_AVAILABLE_SCWRYPTS__remote() { [sessions.$(hostnamectl --static)] enabled = true - host = localhost + host = 'localhost' " | sed 's/^\s\+//; 1d; $d;' > "$REMOTE_CONNECTIONS_FILE" }