We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a964c0 + d16c126 commit 2b47451Copy full SHA for 2b47451
cmd/limactl/shell.go
@@ -180,7 +180,7 @@ func shellAction(cmd *cobra.Command, args []string) error {
180
}
181
if _, present := os.LookupEnv("COLORTERM"); present {
182
// SendEnv config is cumulative, with already existing options in ssh_config
183
- sshArgs = append(sshArgs, "-o", "SendEnv=\"COLORTERM\"")
+ sshArgs = append(sshArgs, "-o", "SendEnv=COLORTERM")
184
185
sshArgs = append(sshArgs, []string{
186
"-q",
0 commit comments